mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
[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
e925a1adcd
commit
8473e78e20
@ -1,6 +1,6 @@
|
|||||||
; REQUIRES: object-emission
|
; 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
|
; 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
|
; metadata subprogram list) with DebugLocs on its IR doesn't cause crashes/does
|
||||||
|
Loading…
x
Reference in New Issue
Block a user