forked from OSchip/llvm-project
[DebugInfo] Explicitly pass a triple to this test.
As we emit different linetables format on different operating systems, this currently fails on linux. Speculative commit to fix the bots. llvm-svn: 319997
This commit is contained in:
parent
9a5161e056
commit
7495c762d1
|
@ -1,6 +1,6 @@
|
|||
; REQUIRES: object-emission
|
||||
|
||||
; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump -v - | FileCheck %s
|
||||
; RUN: %llc_dwarf < %s -filetype=obj -mtriple=x86_64-apple-darwin | llvm-dwarfdump -v - | FileCheck %s
|
||||
|
||||
; Test that a nodebug function (a function not appearing in the debug info IR
|
||||
; metadata subprogram list) with DebugLocs on its IR doesn't cause crashes/does
|
||||
|
|
Loading…
Reference in New Issue