forked from OSchip/llvm-project
Test committed in r241153 is more target-specific than I thought.
Moving the (original, x86-only) test to the X86 directory. llvm-svn: 241162
This commit is contained in:
parent
a0cda9bdb0
commit
33d99d6077
|
@ -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
|
Loading…
Reference in New Issue