We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bfc77 commit dbe2c8fCopy full SHA for dbe2c8f
bolt/test/runtime/hugify.c
@@ -11,7 +11,7 @@ int main(int argc, char **argv) {
11
REQUIRES: system-linux,bolt-runtime
12
13
RUN: %clang %cflags -no-pie %s -o %t.nopie.exe -Wl,-q
14
-RUN: %clang %cflags %s -o %t.pie.exe -Wl,-q
+RUN: %clang %cflags -fpic %s -o %t.pie.exe -Wl,-q
15
16
RUN: llvm-bolt %t.nopie.exe --lite=0 -o %t.nopie --hugify
17
RUN: llvm-bolt %t.pie.exe --lite=0 -o %t.pie --hugify
0 commit comments