diff options
author | Adrian Prantl <aprantl@apple.com> | 2015-02-25 02:44:04 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2015-02-25 02:44:04 +0000 |
commit | cbc368c5b5ad2eb767a6ac4d80fb44bc1c5f7459 (patch) | |
tree | b83ca84224e36d1a183e2bb2de6f32e8a622f716 /clang/test/CXX/expr/expr.unary/expr.unary.noexcept | |
parent | 7153ce8a066947213e822e4e93162fb425e0e93d (diff) | |
download | bcm5719-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/CXX/expr/expr.unary/expr.unary.noexcept')
-rw-r--r-- | clang/test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp b/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp index e299705a4c1..5c1029f1a3f 100644 --- a/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp +++ b/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp @@ -1,4 +1,3 @@ -// REQUIRES: x86-registered-target // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -triple x86_64-apple-darwin10 -S -emit-llvm -std=c++11 -include %S/ser.h %s -o - | FileCheck %s // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -triple x86_64-apple-darwin10 -emit-pch -o %t-ser.pch -std=c++11 -x c++ %S/ser.h // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -triple x86_64-apple-darwin10 -S -emit-llvm -std=c++11 -include-pch %t-ser.pch %s -o - | FileCheck %s |