Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 0ad623b

Browse files
committed
LTO: Add missing target triple from r218784
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218786 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent befab0a commit 0ad623b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/LTO/diagnostic-handler-remarks.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
; NM-NOT: foo
2929
; NM: main
3030

31+
target triple = "x86_64-apple-darwin"
32+
3133
define i32 @foo() {
3234
ret i32 7
3335
}

0 commit comments

Comments
 (0)