summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/sanity_check_pure_c.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/sanity_check_pure_c.c')
-rw-r--r--test/asan/TestCases/sanity_check_pure_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/sanity_check_pure_c.c b/test/asan/TestCases/sanity_check_pure_c.c
index df150675b..6065532a5 100644
--- a/test/asan/TestCases/sanity_check_pure_c.c
+++ b/test/asan/TestCases/sanity_check_pure_c.c
@@ -3,7 +3,7 @@
// RUN: not %t 2>&1 | FileCheck %s
// Sanity checking a test in pure C with -pie.
-// RUN: %clang_asan -O2 %s -pie -o %t
+// RUN: %clang_asan -O2 %s -pie -fPIE -o %t
// RUN: not %t 2>&1 | FileCheck %s
#include <stdlib.h>