diff options
Diffstat (limited to 'clang/test/Driver/tsan.c')
| -rw-r--r-- | clang/test/Driver/tsan.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Driver/tsan.c b/clang/test/Driver/tsan.c index 16337523482..ea88f87450f 100644 --- a/clang/test/Driver/tsan.c +++ b/clang/test/Driver/tsan.c @@ -1,3 +1,5 @@ +// REQUIRES: x86-registered-target + // RUN: %clang -target x86_64-unknown-linux -fsanitize=thread %s -S -emit-llvm -o - | FileCheck %s // RUN: %clang -O1 -target x86_64-unknown-linux -fsanitize=thread %s -S -emit-llvm -o - | FileCheck %s // RUN: %clang -O2 -target x86_64-unknown-linux -fsanitize=thread %s -S -emit-llvm -o - | FileCheck %s |

