summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-03-21 20:55:59 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-03-21 20:55:59 +0000
commit738c6277a6b7e137fdc52d70874291e1a697786e (patch)
tree96cfdc429bc0d657631b6ece91eaed71d11243bf
parent5d17878101e18e8596609b7d10fcff44d963d8eb (diff)
downloadbcm5719-llvm-738c6277a6b7e137fdc52d70874291e1a697786e.tar.gz
bcm5719-llvm-738c6277a6b7e137fdc52d70874291e1a697786e.zip
Unxfail test/DebugInfo/Generic/multiline.ll on Hexagon
llvm-svn: 263986
-rw-r--r--llvm/test/DebugInfo/Generic/multiline.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/Generic/multiline.ll b/llvm/test/DebugInfo/Generic/multiline.ll
index 7740bb6918a..4842cc48f4f 100644
--- a/llvm/test/DebugInfo/Generic/multiline.ll
+++ b/llvm/test/DebugInfo/Generic/multiline.ll
@@ -1,6 +1,5 @@
-; RUN: llc -filetype=asm -asm-verbose=0 -O0 < %s | FileCheck %s
-; RUN: llc -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=line - | FileCheck %s --check-prefix=INT
-; XFAIL: hexagon
+; RUN: llc -march=hexagon -filetype=asm -asm-verbose=0 -O0 < %s | FileCheck %s
+; RUN: llc -march=hexagon -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=line - | FileCheck %s --check-prefix=INT
; Check that the assembly output properly handles is_stmt changes. And since
; we're testing anyway, check the integrated assembler too.
OpenPOWER on IntegriCloud