summaryrefslogtreecommitdiff
path: root/test/MC/COFF/symbol-fragment-offset.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/COFF/symbol-fragment-offset.ll')
-rw-r--r--test/MC/COFF/symbol-fragment-offset.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/MC/COFF/symbol-fragment-offset.ll b/test/MC/COFF/symbol-fragment-offset.ll
index 6ea424f00c..1f76e312e1 100644
--- a/test/MC/COFF/symbol-fragment-offset.ll
+++ b/test/MC/COFF/symbol-fragment-offset.ll
@@ -1,8 +1,7 @@
; The purpose of this test is to see if the COFF object writer is emitting the
; proper relocations for multiple pieces of data in a single data fragment.
-; RUN: llc -filetype=obj -mtriple i686-pc-win32 %s -o %t
-; RUN: coff-dump.py %abs_tmp | FileCheck %s
+; RUN: llc -filetype=obj -mtriple i686-pc-win32 %s -o - | coff-dump.py | FileCheck %s
; RUN: llc -filetype=obj -mtriple x86_64-pc-win32 %s -o %t
@.str = private constant [7 x i8] c"Hello \00" ; <[7 x i8]*> [#uses=1]