Skip to content

Commit

Permalink
[DebugInfo] Explicitly pass a triple to this test.
Browse files Browse the repository at this point in the history
As we emit different linetables format on different operating
systems, this currently fails on linux. Speculative commit
to fix the bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319997 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dcci committed Dec 7, 2017
1 parent 01e7a56 commit 9855a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DebugInfo/Generic/nodebug.ll
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9855a52

Please sign in to comment.