[llvm] r204766 - llvm/test/DebugInfo/empty.ll: Suppress crash for targeting pecoff while investigating.

NAKAMURA Takumi geek4civic at gmail.com
Tue Mar 25 16:16:44 PDT 2014


Author: chapuni
Date: Tue Mar 25 18:16:44 2014
New Revision: 204766

URL: http://llvm.org/viewvc/llvm-project?rev=204766&view=rev
Log:
llvm/test/DebugInfo/empty.ll: Suppress crash for targeting pecoff while investigating.

Modified:
    llvm/trunk/test/DebugInfo/empty.ll

Modified: llvm/trunk/test/DebugInfo/empty.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/empty.ll?rev=204766&r1=204765&r2=204766&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/empty.ll (original)
+++ llvm/trunk/test/DebugInfo/empty.ll Tue Mar 25 18:16:44 2014
@@ -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





More information about the llvm-commits mailing list