From 738c6277a6b7e137fdc52d70874291e1a697786e Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Mon, 21 Mar 2016 20:55:59 +0000 Subject: [PATCH] Unxfail test/DebugInfo/Generic/multiline.ll on Hexagon llvm-svn: 263986 --- llvm/test/DebugInfo/Generic/multiline.ll | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/llvm/test/DebugInfo/Generic/multiline.ll b/llvm/test/DebugInfo/Generic/multiline.ll index 7740bb6..4842cc4 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. -- 2.7.4