Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bolt/test/runtime/iplt.c')
-rw-r--r--bolt/test/runtime/iplt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/test/runtime/iplt.c b/bolt/test/runtime/iplt.c
index 518d53dff903..fb6420f828f6 100644
--- a/bolt/test/runtime/iplt.c
+++ b/bolt/test/runtime/iplt.c
@@ -1,6 +1,6 @@
// This test checks that the ifuncs works after bolt.
-// RUN: %clang %cflags %s -fuse-ld=lld \
+// RUN: %clang %cflags -no-pie %s -fuse-ld=lld \
// RUN: -o %t.exe -Wl,-q
// RUN: llvm-bolt %t.exe -o %t.bolt.exe -use-old-text=0 -lite=0
// RUN: %t.bolt.exe | FileCheck %s