diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-04-03 20:40:37 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-04-03 20:40:37 +0000 |
| commit | 4dca4d8bbdd4c81bdf1fd304efed83ae0474fabc (patch) | |
| tree | 6ced04e0b05d167a573a11606ad878c4a284472a /llvm/test | |
| parent | a0150cb6a9543d5d48f70f22fc6eba3a08186584 (diff) | |
| download | bcm5719-llvm-4dca4d8bbdd4c81bdf1fd304efed83ae0474fabc.tar.gz bcm5719-llvm-4dca4d8bbdd4c81bdf1fd304efed83ae0474fabc.zip | |
unconditional-branch.ll is broken for targeting x86_64-cygming. Add an explicit triple for now.
llvm-svn: 205563
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/DebugInfo/unconditional-branch.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/unconditional-branch.ll b/llvm/test/DebugInfo/unconditional-branch.ll index 6c31375f464..d83be22cc7e 100644 --- a/llvm/test/DebugInfo/unconditional-branch.ll +++ b/llvm/test/DebugInfo/unconditional-branch.ll @@ -1,7 +1,8 @@ ; REQUIRES: object-emission ; PR 19261 -; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj %s -o %t +; FIXME: It is broken for targeting x86_64-cygming. +; RUN: llc -mtriple=x86_64-unknown-unknown -fast-isel=false -O0 -filetype=obj %s -o %t ; RUN: llvm-dwarfdump %t | FileCheck %s ; CHECK: {{0x[0-9a-f]+}} 1 0 1 0 0 is_stmt |

