mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
tsan: add test for pie/no aslr
Just ensure that such combination works. llvm-svn: 298372
This commit is contained in:
5
compiler-rt/test/tsan/Linux/pie_no_aslr.cc
Normal file
5
compiler-rt/test/tsan/Linux/pie_no_aslr.cc
Normal file
@@ -0,0 +1,5 @@
|
||||
// RUN: %clang_tsan %s -pie -fPIE -o %t && %run setarch x86_64 -R %t
|
||||
|
||||
int main() {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user