From: NAKAMURA Takumi Date: Tue, 25 Mar 2014 23:16:44 +0000 (+0000) Subject: llvm/test/DebugInfo/empty.ll: Suppress crash for targeting pecoff while investigating. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=99ab0798a2198aed08d529a6b5bd03aa9405b719;p=oota-llvm.git 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 --- diff --git a/test/DebugInfo/empty.ll b/test/DebugInfo/empty.ll index cf40523e7e4..130d045aba3 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