summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/big-atomic-ops.c
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-02-25 02:44:04 +0000
committerAdrian Prantl <aprantl@apple.com>2015-02-25 02:44:04 +0000
commitcbc368c5b5ad2eb767a6ac4d80fb44bc1c5f7459 (patch)
treeb83ca84224e36d1a183e2bb2de6f32e8a622f716 /clang/test/CodeGen/big-atomic-ops.c
parent7153ce8a066947213e822e4e93162fb425e0e93d (diff)
downloadbcm5719-llvm-cbc368c5b5ad2eb767a6ac4d80fb44bc1c5f7459.tar.gz
bcm5719-llvm-cbc368c5b5ad2eb767a6ac4d80fb44bc1c5f7459.zip
Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."
llvm-svn: 230454
Diffstat (limited to 'clang/test/CodeGen/big-atomic-ops.c')
-rw-r--r--clang/test/CodeGen/big-atomic-ops.c2
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 b4e0efd288a..74096616ace 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
OpenPOWER on IntegriCloud