llvm/test/DebugInfo/empty.ll: Suppress crash for targeting pecoff while investigating.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 25 Mar 2014 23:16:44 +0000 (23:16 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 25 Mar 2014 23:16:44 +0000 (23:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204766 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/empty.ll

index cf40523e7e4aed39300e918dbd44746aaf185a7c..130d045aba3526a056b48db32afae770339f9244 100644 (file)
@@ -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