summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-10-01 18:49:58 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-10-01 18:49:58 +0000
commit08a83be3eabb0ab202f4610ec154e69f5952387e (patch)
treee3962775ae15cbbdc2851cbbb11287623e1418b7 /llvm
parentb9dc248e9e964bccd8358de113cbeb3d9427f7ca (diff)
downloadbcm5719-llvm-08a83be3eabb0ab202f4610ec154e69f5952387e.tar.gz
bcm5719-llvm-08a83be3eabb0ab202f4610ec154e69f5952387e.zip
LTO: Add missing target triple from r218784
llvm-svn: 218786
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/LTO/diagnostic-handler-remarks.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/LTO/diagnostic-handler-remarks.ll b/llvm/test/LTO/diagnostic-handler-remarks.ll
index bc3ce2541e1..4da9101117e 100644
--- a/llvm/test/LTO/diagnostic-handler-remarks.ll
+++ b/llvm/test/LTO/diagnostic-handler-remarks.ll
@@ -28,6 +28,8 @@
; NM-NOT: foo
; NM: main
+target triple = "x86_64-apple-darwin"
+
define i32 @foo() {
ret i32 7
}
OpenPOWER on IntegriCloud