diff options
| author | Vitaly Buka <vitalybuka@google.com> | 2024-04-15 15:00:30 -0700 |
|---|---|---|
| committer | Vitaly Buka <vitalybuka@google.com> | 2024-04-15 15:04:10 -0700 |
| commit | 67571ffd2c51a72a23d57fb5ef746a6fadd6b09c (patch) | |
| tree | 451c99c7b0302b77e97c404c7c90beed2a5ae99d /compiler-rt | |
| parent | 21d177096f84c38cf434c21bd3ff0dbd2ca163d0 (diff) | |
| download | llvm-67571ffd2c51a72a23d57fb5ef746a6fadd6b09c.tar.gz llvm-67571ffd2c51a72a23d57fb5ef746a6fadd6b09c.tar.bz2 llvm-67571ffd2c51a72a23d57fb5ef746a6fadd6b09c.zip | |
[test][sanitizer] Compile .c file as C
Diffstat (limited to 'compiler-rt')
| -rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/Linux/mmap_56bit_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/mmap_56bit_test.c b/compiler-rt/test/sanitizer_common/TestCases/Linux/mmap_56bit_test.c index b14ac7bcf192..a6aed77d5691 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/mmap_56bit_test.c +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/mmap_56bit_test.c @@ -1,4 +1,4 @@ -// RUN: %clangxx %s -pie -fPIE -o %t && %run %t +// RUN: %clang %s -pie -fPIE -o %t && %run %t // REQUIRES: x86_64-target-arch #include <assert.h> |
