Skip to content

Commit 67571ff

Browse files
committed
[test][sanitizer] Compile .c file as C
1 parent 21d1770 commit 67571ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx %s -pie -fPIE -o %t && %run %t
1+
// RUN: %clang %s -pie -fPIE -o %t && %run %t
22
// REQUIRES: x86_64-target-arch
33

44
#include <assert.h>

0 commit comments

Comments
 (0)