diff options
| -rw-r--r-- | compiler-rt/test/tsan/Linux/pie_no_aslr.cc | 1 |
1 files changed, 1 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 index a30b6b4881f..b99342da06b 100644 --- a/compiler-rt/test/tsan/Linux/pie_no_aslr.cc +++ b/compiler-rt/test/tsan/Linux/pie_no_aslr.cc @@ -1,4 +1,5 @@ // RUN: %clang_tsan %s -pie -fPIE -o %t && %run setarch x86_64 -R %t +// REQUIRES: x86_64-target-arch int main() { return 0; |

