mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-03 18:09:29 +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 llvm-svn: 304269
This commit is contained in:
parent
4f865663f3
commit
52f052bdc2
@ -1,4 +1,5 @@
|
||||
; RUN: %llc_dwarf %s -filetype=obj -o - | llvm-objdump -h - | FileCheck %s
|
||||
; REQUIRES: default_triple
|
||||
|
||||
; CHECK-NOT: .debug_
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user