diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-03-25 23:16:44 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-03-25 23:16:44 +0000 |
commit | 3a485fba1f660ef3c127b83fd28cbe67f5777493 (patch) | |
tree | 5b3e0e39ca9ce397f821ba17e58659b17a0f31c1 | |
parent | 0ce0971afa8b7bdc64bcff79c662584124b52c86 (diff) | |
download | bcm5719-llvm-3a485fba1f660ef3c127b83fd28cbe67f5777493.tar.gz bcm5719-llvm-3a485fba1f660ef3c127b83fd28cbe67f5777493.zip |
llvm/test/DebugInfo/empty.ll: Suppress crash for targeting pecoff while investigating.
llvm-svn: 204766
-rw-r--r-- | llvm/test/DebugInfo/empty.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/empty.ll b/llvm/test/DebugInfo/empty.ll index cf40523e7e4..130d045aba3 100644 --- a/llvm/test/DebugInfo/empty.ll +++ b/llvm/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 |