summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/lexical-block.ll
diff options
context:
space:
mode:
authorMichael Kuperstein <michael.m.kuperstein@intel.com>2015-07-01 13:05:57 +0000
committerMichael Kuperstein <michael.m.kuperstein@intel.com>2015-07-01 13:05:57 +0000
commita06d2585304db4ae07940d5fe86b75bdfaf6efa4 (patch)
treea7e0ad5b8a9a132ca23181b902851bd16bc1ba16 /llvm/test/DebugInfo/lexical-block.ll
parenta5ee9fdea27aebcd9639d0d9c49da3c6b2b3ad5d (diff)
downloadbcm5719-llvm-a06d2585304db4ae07940d5fe86b75bdfaf6efa4.tar.gz
bcm5719-llvm-a06d2585304db4ae07940d5fe86b75bdfaf6efa4.zip
Fix non-target-specific test not to use the x86 triple.
llvm-svn: 241158
Diffstat (limited to 'llvm/test/DebugInfo/lexical-block.ll')
-rw-r--r--llvm/test/DebugInfo/lexical-block.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/lexical-block.ll b/llvm/test/DebugInfo/lexical-block.ll
index 81e31391294..6b5e444e0c1 100644
--- a/llvm/test/DebugInfo/lexical-block.ll
+++ b/llvm/test/DebugInfo/lexical-block.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=x86_64-unknown-linux-gnu -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
+; RUN: %llc_dwarf -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
;; This test checks the following:
;; 1. Useless lexical block entry is not emitted
OpenPOWER on IntegriCloud