forked from OSchip/llvm-project
test: add missing -triple
Ensure that the test builds for x86_64 as it is an assembly test. This should repair the buildbots. llvm-svn: 345444
This commit is contained in:
parent
7d0ee07f40
commit
c8e781c511
|
@ -1,4 +1,4 @@
|
|||
# RUN: llvm-mc -filetype obj -o - %s | llvm-dwarfdump --verify -
|
||||
# RUN: llvm-mc -triple x86_64-unknown-linux-gnu -filetype obj -o - %s | llvm-dwarfdump --verify -
|
||||
|
||||
.text
|
||||
|
||||
|
|
Loading…
Reference in New Issue