From ebf023f5bf2a1beaea5a5e03c4938917c6fb8f8a Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Wed, 24 Sep 2014 21:00:30 +0000 Subject: [PATCH] XFAIL reloc test on x86/hexagon git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218411 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/processes-relocations.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/DebugInfo/processes-relocations.ll b/test/DebugInfo/processes-relocations.ll index ba7e481b6aa..9fbde3012c8 100644 --- a/test/DebugInfo/processes-relocations.ll +++ b/test/DebugInfo/processes-relocations.ll @@ -3,6 +3,7 @@ ; have buildbots. We can't set all archs, since some bots don't build all ; back-ends. ; RUN: llc -filetype=obj -O0 < %s | llvm-dwarfdump - 2>&1 | FileCheck %s +; XFAIL: i686, i386, hexagon ; CHECK-NOT: failed to compute relocation -- 2.34.1