diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-03-21 20:55:59 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-03-21 20:55:59 +0000 |
commit | 738c6277a6b7e137fdc52d70874291e1a697786e (patch) | |
tree | 96cfdc429bc0d657631b6ece91eaed71d11243bf | |
parent | 5d17878101e18e8596609b7d10fcff44d963d8eb (diff) | |
download | bcm5719-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.ll | 5 |
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. |