summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-04-08 15:28:50 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-04-08 15:28:50 +0000
commit35289340de1f8ad3cb845bcbbd7e2e74526cfcd3 (patch)
treeb620378039b45c5b5949856de6011355881f982a /llvm/test
parent4a06df95b958ae4aef9f1b4c43c2a8e1d3eb72be (diff)
downloadbcm5719-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')
-rw-r--r--llvm/test/DebugInfo/unconditional-branch.ll5
-rw-r--r--llvm/test/MC/ELF/comp-dir.s1
2 files changed, 0 insertions, 6 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
diff --git a/llvm/test/MC/ELF/comp-dir.s b/llvm/test/MC/ELF/comp-dir.s
index 1b91f64a502..c8d996faf32 100644
--- a/llvm/test/MC/ELF/comp-dir.s
+++ b/llvm/test/MC/ELF/comp-dir.s
@@ -1,5 +1,4 @@
// REQUIRES: shell
-// XFAIL: mingw
// RUN: llvm-mc -triple=x86_64-linux-unknown -g -fdebug-compilation-dir=/test/comp/dir %s -filetype=obj -o %t.o
// RUN: llvm-dwarfdump -debug-dump=info %t.o | FileCheck %s
OpenPOWER on IntegriCloud