mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Streamline test case by avoiding a temporary file and piping llc output straight to llvm-dwarfdump
We still do temporary files in many cases, just updating this particular one because I was debugging it and made this change while doing so. llvm-svn: 209601
This commit is contained in:
parent
a40a842933
commit
ad221708ea
@ -1,5 +1,4 @@
|
||||
; RUN: llc -mtriple=x86_64-linux %s -o %t -filetype=obj
|
||||
; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
|
||||
; RUN: llc -mtriple=x86_64-linux < %s -filetype=obj | llvm-dwarfdump -debug-dump=info - | FileCheck %s
|
||||
|
||||
; test that we add DW_AT_inline even when we only have concrete out of line
|
||||
; instances.
|
||||
|
Loading…
Reference in New Issue
Block a user