commit | 08a83be3eabb0ab202f4610ec154e69f5952387e | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Wed Oct 01 18:49:58 2014 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Wed Oct 01 18:49:58 2014 +0000 |
tree | e3962775ae15cbbdc2851cbbb11287623e1418b7 | |
parent | b9dc248e9e964bccd8358de113cbeb3d9427f7ca [diff] |
LTO: Add missing target triple from r218784 llvm-svn: 218786
diff --git a/llvm/test/LTO/diagnostic-handler-remarks.ll b/llvm/test/LTO/diagnostic-handler-remarks.ll index bc3ce25..4da9101 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 }