summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorMichael Kuperstein <michael.m.kuperstein@intel.com>2015-07-01 13:45:25 +0000
committerMichael Kuperstein <michael.m.kuperstein@intel.com>2015-07-01 13:45:25 +0000
commit33d99d6077eee211b247b258de5200714488d3eb (patch)
tree1ce6637164e64ada6b7af98c603b7ee892a5845a /llvm/test
parenta0cda9bdb0714c6af93851526ed649f16dccfd63 (diff)
downloadbcm5719-llvm-33d99d6077eee211b247b258de5200714488d3eb.tar.gz
bcm5719-llvm-33d99d6077eee211b247b258de5200714488d3eb.zip
Test committed in r241153 is more target-specific than I thought.
Moving the (original, x86-only) test to the X86 directory. llvm-svn: 241162
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/DebugInfo/X86/lexical-block-pr19238.ll (renamed from llvm/test/DebugInfo/lexical-block.ll)2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/lexical-block.ll b/llvm/test/DebugInfo/X86/lexical-block-pr19238.ll
index 6b5e444e0c1..81e31391294 100644
--- a/llvm/test/DebugInfo/lexical-block.ll
+++ b/llvm/test/DebugInfo/X86/lexical-block-pr19238.ll
@@ -1,4 +1,4 @@
-; RUN: %llc_dwarf -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -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