tsan: fix pie_no_aslr test

It failed on clang-cmake-aarch64-39vma.
Restrict it to x86_64 only.

llvm-svn: 298383
This commit is contained in:
Dmitry Vyukov 2017-03-21 15:37:48 +00:00
parent 985f1a9417
commit 3bf24449b0
1 changed files with 1 additions and 0 deletions

View File

@ -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;