forked from OSchip/llvm-project
Fix non-target-specific test not to use the x86 triple.
llvm-svn: 241158
This commit is contained in:
parent
a5ee9fdea2
commit
a06d258530
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue