summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.unary/expr.unary.noexcept
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-07-08 01:00:30 +0000
committerAdrian Prantl <aprantl@apple.com>2015-07-08 01:00:30 +0000
commitbc068586ac2807bfb4030bd9c4789b6a12359a9c (patch)
treefdcff3ac303bc4cbeb4fab1fd5367e96568a0ccd /clang/test/CXX/expr/expr.unary/expr.unary.noexcept
parent22302e5995544ceda622c939fb26a5f9f361d012 (diff)
downloadbcm5719-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/CXX/expr/expr.unary/expr.unary.noexcept')
-rw-r--r--clang/test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp1
1 files changed, 1 insertions, 0 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 5c1029f1a3f..e299705a4c1 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,3 +1,4 @@
+// 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
OpenPOWER on IntegriCloud