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 3e10605 commit bdbca8fCopy full SHA for bdbca8f
compiler-rt/test/asan/TestCases/Linux/asan_prelink_test.cpp
@@ -7,7 +7,7 @@
7
// RUN: %clangxx_asan -DBUILD_SO=1 -fPIC -shared %s -o %t.so -Wl,-Ttext-segment=0x3600000000 ||\
8
// RUN: %clangxx_asan -DBUILD_SO=1 -fPIC -shared %s -o %t.so -Wl,--image-base=0x3600000000 ||\
9
// RUN: %clangxx_asan -DBUILD_SO=1 -fPIC -shared %s -o %t.so -Wl,-Ttext=0x3600000000
10
-// RUN: %clangxx_asan %t.o %t.so -Wl,-R. -o %t
+// RUN: %clangxx_asan -fno-pie -no-pie %t.o %t.so -Wl,-R. -o %t
11
// RUN: %env_asan_opts=verbosity=1 %run %t 2>&1 | FileCheck %s
12
13
// GNU driver doesn't handle .so files properly.
0 commit comments