summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Generic/nodebug.ll
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2017-12-07 01:22:10 +0000
committerDavide Italiano <davide@freebsd.org>2017-12-07 01:22:10 +0000
commit7495c762d1f23a8cf39cc14406d3e9fceb933482 (patch)
tree177da9e2f88493ec14e1288002ada8bf938026fd /llvm/test/DebugInfo/Generic/nodebug.ll
parent9a5161e056d6824c6985eb1194389c166ee81723 (diff)
downloadbcm5719-llvm-7495c762d1f23a8cf39cc14406d3e9fceb933482.tar.gz
bcm5719-llvm-7495c762d1f23a8cf39cc14406d3e9fceb933482.zip
[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
Diffstat (limited to 'llvm/test/DebugInfo/Generic/nodebug.ll')
-rw-r--r--llvm/test/DebugInfo/Generic/nodebug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/Generic/nodebug.ll b/llvm/test/DebugInfo/Generic/nodebug.ll
index a911cf13dff..67dd6549a4c 100644
--- a/llvm/test/DebugInfo/Generic/nodebug.ll
+++ b/llvm/test/DebugInfo/Generic/nodebug.ll
@@ -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
OpenPOWER on IntegriCloud