]> granicus.if.org Git - llvm/commitdiff
Test committed in r241153 is more target-specific than I thought.
authorMichael Kuperstein <michael.m.kuperstein@intel.com>
Wed, 1 Jul 2015 13:45:25 +0000 (13:45 +0000)
committerMichael Kuperstein <michael.m.kuperstein@intel.com>
Wed, 1 Jul 2015 13:45:25 +0000 (13:45 +0000)
Moving the (original, x86-only) test to the X86 directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241162 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/lexical-block-pr19238.ll [moved from test/DebugInfo/lexical-block.ll with 97% similarity]

similarity index 97%
rename from test/DebugInfo/lexical-block.ll
rename to test/DebugInfo/X86/lexical-block-pr19238.ll
index 6b5e444e0c172a96bddf3d321e642c160e479ffc..81e31391294eb8a56fc4b70ed45b1e6d72d18e9a 100644 (file)
@@ -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