diff options
author | Adrian Prantl <aprantl@apple.com> | 2015-07-08 01:00:30 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2015-07-08 01:00:30 +0000 |
commit | bc068586ac2807bfb4030bd9c4789b6a12359a9c (patch) | |
tree | fdcff3ac303bc4cbeb4fab1fd5367e96568a0ccd /clang/test/CodeGen/big-atomic-ops.c | |
parent | 22302e5995544ceda622c939fb26a5f9f361d012 (diff) | |
download | bcm5719-llvm-bc068586ac2807bfb4030bd9c4789b6a12359a9c.tar.gz bcm5719-llvm-bc068586ac2807bfb4030bd9c4789b6a12359a9c.zip |
Revert "Revert r241620 and follow-up commits" and move the initialization
of the llvm targets from clang/CodeGen into ClangCheck.cpp and CIndex.cpp.
llvm-svn: 241653
Diffstat (limited to 'clang/test/CodeGen/big-atomic-ops.c')
-rw-r--r-- | clang/test/CodeGen/big-atomic-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/big-atomic-ops.c b/clang/test/CodeGen/big-atomic-ops.c index 28b7b5d7082..6a7a7001f96 100644 --- a/clang/test/CodeGen/big-atomic-ops.c +++ b/clang/test/CodeGen/big-atomic-ops.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 %s -emit-llvm -o - -triple=x86_64-apple-macosx10.9.0 | FileCheck %s - +// REQUIRES: x86-registered-target // Also test serialization of atomic operations here, to avoid duplicating the // test. // RUN: %clang_cc1 %s -emit-pch -o %t -triple=x86_64-apple-macosx10.9.0 |