Streamline test case by avoiding a temporary file and piping llc output straight...
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 25 May 2014 15:38:52 +0000 (15:38 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 25 May 2014 15:38:52 +0000 (15:38 +0000)
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.

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

test/DebugInfo/X86/concrete_out_of_line.ll

index ad9d3b66696c21154c20feb747a5374421d3b025..a8bf7ca5f9eef1f6fd1b53be4ab734e4e879a9bf 100644 (file)
@@ -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.