mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-23 11:49:50 +00:00
Mark a test as requiring a default triple
This test assumes that llc can infer a default triple. I'm not sure why exactly, but the Verify MachineInstrs bot requires tests to be explicit about this dependency. This commit follows the lead from r248452 and adds in 'REQUIRES: default_triple' to omit-empty.ll. Bot URL: http://lab.llvm.org:8080/green/job/Verify-Machineinstrs_AArch64/7500 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304269 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ae8c4eb173
commit
d65b57cf6b
@ -1,4 +1,5 @@
|
||||
; RUN: %llc_dwarf %s -filetype=obj -o - | llvm-objdump -h - | FileCheck %s
|
||||
; REQUIRES: default_triple
|
||||
|
||||
; CHECK-NOT: .debug_
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user