summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-03-26 03:05:10 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-03-26 03:05:10 +0000
commit577708be42f58f7f3042bbab50537ecdea20acad (patch)
tree358a6bbb98ca9e46c8f7d81012b5eec6a2d58503 /test
parent3008f805620b3a4ff7cdad482cd9f226c9f2c133 (diff)
downloadllvm-577708be42f58f7f3042bbab50537ecdea20acad.tar.gz
llvm-577708be42f58f7f3042bbab50537ecdea20acad.tar.bz2
llvm-577708be42f58f7f3042bbab50537ecdea20acad.tar.xz
DebugInfo: Add fission-related sections to COFF
Allows this test to pass on COFF platforms so we don't need to restrict this test to a single target anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204780 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/DebugInfo/empty.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/empty.ll b/test/DebugInfo/empty.ll
index 130d045aba..cf40523e7e 100644
--- a/test/DebugInfo/empty.ll
+++ b/test/DebugInfo/empty.ll
@@ -1,7 +1,7 @@
; REQUIRES: object-emission
; RUN: %llc_dwarf < %s -filetype=obj | llvm-dwarfdump - | FileCheck %s
-; RUN: llc -mtriple=x86_64-unknown-unknown -split-dwarf=Enable < %s -filetype=obj | llvm-dwarfdump - | FileCheck --check-prefix=FISSION %s
+; RUN: %llc_dwarf -split-dwarf=Enable < %s -filetype=obj | llvm-dwarfdump - | FileCheck --check-prefix=FISSION %s
; darwin has a workaround for a linker bug so it always emits one line table entry
; XFAIL: darwin