diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-04-08 15:28:50 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-04-08 15:28:50 +0000 |
| commit | 35289340de1f8ad3cb845bcbbd7e2e74526cfcd3 (patch) | |
| tree | b620378039b45c5b5949856de6011355881f982a /llvm/test/DebugInfo/unconditional-branch.ll | |
| parent | 4a06df95b958ae4aef9f1b4c43c2a8e1d3eb72be (diff) | |
| download | bcm5719-llvm-35289340de1f8ad3cb845bcbbd7e2e74526cfcd3.tar.gz bcm5719-llvm-35289340de1f8ad3cb845bcbbd7e2e74526cfcd3.zip | |
X86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting x64. It caused DW_LNE_set_address was misemitted on x64.
FIXME: I haven't investigate whether CalleeSaveStackSlotSize should be 8.
llvm-svn: 205772
Diffstat (limited to 'llvm/test/DebugInfo/unconditional-branch.ll')
| -rw-r--r-- | llvm/test/DebugInfo/unconditional-branch.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/DebugInfo/unconditional-branch.ll b/llvm/test/DebugInfo/unconditional-branch.ll index 66155b7d003..6c31375f464 100644 --- a/llvm/test/DebugInfo/unconditional-branch.ll +++ b/llvm/test/DebugInfo/unconditional-branch.ll @@ -4,11 +4,6 @@ ; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj %s -o %t ; RUN: llvm-dwarfdump %t | FileCheck %s -; FIXME: Investigating. -; XFAIL: * -; RUN: llc -mtriple=x86_64-mingw32 -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 ; CHECK: {{0x[0-9a-f]+}} 2 0 1 0 0 is_stmt ; CHECK: {{0x[0-9a-f]+}} 4 0 1 0 0 is_stmt |

