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

Commit 185f861

Browse files
committed
test: add missing -triple
Ensure that the test builds for x86_64 as it is an assembly test. This should repair the buildbots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@345444 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 2b4cee4 commit 185f861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/llvm-dwarfdump/X86/debug-verify-object.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llvm-mc -filetype obj -o - %s | llvm-dwarfdump --verify -
1+
# RUN: llvm-mc -triple x86_64-unknown-linux-gnu -filetype obj -o - %s | llvm-dwarfdump --verify -
22

33
.text
44

0 commit comments

Comments
 (0)