summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjCXX
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@apple.com>2019-05-09 18:32:16 +0000
committerAkira Hatanaka <ahatanaka@apple.com>2019-05-09 18:32:16 +0000
commitb1271cceca7a7e3702593805f8de253fe8a99293 (patch)
tree27107d65b08a41546915b5c4b5ff052bfc39a6ea /clang/test/CodeGenObjCXX
parent41ebe0ce64bfc5ea208fc391b6dabd39bf670cec (diff)
downloadbcm5719-llvm-b1271cceca7a7e3702593805f8de253fe8a99293.tar.gz
bcm5719-llvm-b1271cceca7a7e3702593805f8de253fe8a99293.zip
Specify target triple to fix the tests I committed in r360359 that are
still failing. llvm-svn: 360363
Diffstat (limited to 'clang/test/CodeGenObjCXX')
-rw-r--r--clang/test/CodeGenObjCXX/externally-initialized-selectors.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjCXX/externally-initialized-selectors.mm b/clang/test/CodeGenObjCXX/externally-initialized-selectors.mm
index d31a74fe0d0..6ec97d4322e 100644
--- a/clang/test/CodeGenObjCXX/externally-initialized-selectors.mm
+++ b/clang/test/CodeGenObjCXX/externally-initialized-selectors.mm
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck -check-prefix=FRAGILE %s
-// RUN: %clang_cc1 -fobjc-runtime=macosx-10.14 -o - -emit-llvm %s | FileCheck -check-prefix=NONFRAGILE %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-10.14 -o - -emit-llvm %s | FileCheck -check-prefix=NONFRAGILE %s
// NONFRAGILE: @OBJC_SELECTOR_REFERENCES_ = internal externally_initialized global
// FRAGILE: @OBJC_SELECTOR_REFERENCES_ = private externally_initialized global
OpenPOWER on IntegriCloud