[compiler-rt] 67571ff - [test][sanitizer] Compile .c file as C

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 15:04:28 PDT 2024


Author: Vitaly Buka
Date: 2024-04-15T15:04:10-07:00
New Revision: 67571ffd2c51a72a23d57fb5ef746a6fadd6b09c

URL: https://github.com/llvm/llvm-project/commit/67571ffd2c51a72a23d57fb5ef746a6fadd6b09c
DIFF: https://github.com/llvm/llvm-project/commit/67571ffd2c51a72a23d57fb5ef746a6fadd6b09c.diff

LOG: [test][sanitizer] Compile .c file as C

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Linux/mmap_56bit_test.c

Removed: 
    


################################################################################
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 b14ac7bcf1924f..a6aed77d5691b8 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>


        


More information about the llvm-commits mailing list