summaryrefslogtreecommitdiff
path: root/test/DebugInfo/empty.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-03-25 23:16:44 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-03-25 23:16:44 +0000
commit99ab0798a2198aed08d529a6b5bd03aa9405b719 (patch)
tree914d14f17a46c869fa1e1fea7a45d07c0bc132b3 /test/DebugInfo/empty.ll
parent78f7e6f04fed54619122d8ffcc5d11808d0f4feb (diff)
downloadllvm-99ab0798a2198aed08d529a6b5bd03aa9405b719.tar.gz
llvm-99ab0798a2198aed08d529a6b5bd03aa9405b719.tar.bz2
llvm-99ab0798a2198aed08d529a6b5bd03aa9405b719.tar.xz
llvm/test/DebugInfo/empty.ll: Suppress crash for targeting pecoff while investigating.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204766 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/empty.ll')
-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 cf40523e7e..130d045aba 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_dwarf -split-dwarf=Enable < %s -filetype=obj | llvm-dwarfdump - | FileCheck --check-prefix=FISSION %s
+; RUN: llc -mtriple=x86_64-unknown-unknown -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