LTO: Add missing target triple from r218784
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 1 Oct 2014 18:49:58 +0000 (18:49 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 1 Oct 2014 18:49:58 +0000 (18:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218786 91177308-0d34-0410-b5e6-96231b3b80d8

test/LTO/diagnostic-handler-remarks.ll

index bc3ce2541e1ba5d00661bbf627a9b68ed1001580..4da9101117ecc7bb3a3ba291ef2a4dc972929b98 100644 (file)
@@ -28,6 +28,8 @@
 ; NM-NOT: foo
 ; NM: main
 
+target triple = "x86_64-apple-darwin"
+
 define i32 @foo() {
   ret i32 7
 }