diff options
| -rw-r--r-- | compiler-rt/test/tsan/Linux/pie_no_aslr.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler-rt/test/tsan/Linux/pie_no_aslr.cc b/compiler-rt/test/tsan/Linux/pie_no_aslr.cc new file mode 100644 index 00000000000..a30b6b4881f --- /dev/null +++ b/compiler-rt/test/tsan/Linux/pie_no_aslr.cc @@ -0,0 +1,5 @@ +// RUN: %clang_tsan %s -pie -fPIE -o %t && %run setarch x86_64 -R %t + +int main() { + return 0; +} |

