[llvm] r327441 - Temporary disable debuglineinfo-path.ll to fix build
Eugene Zemtsov via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 13 12:48:32 PDT 2018
Author: eugene
Date: Tue Mar 13 12:48:31 2018
New Revision: 327441
URL: http://llvm.org/viewvc/llvm-project?rev=327441&view=rev
Log:
Temporary disable debuglineinfo-path.ll to fix build
Modified:
llvm/trunk/test/DebugInfo/debuglineinfo-path.ll
Modified: llvm/trunk/test/DebugInfo/debuglineinfo-path.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/debuglineinfo-path.ll?rev=327441&r1=327440&r2=327441&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/debuglineinfo-path.ll (original)
+++ llvm/trunk/test/DebugInfo/debuglineinfo-path.ll Tue Mar 13 12:48:31 2018
@@ -1,4 +1,5 @@
; Make sure that absolute source dir is detected correctly regardless of the platform.
+; XFAIL: *
; REQUIRES: object-emission
; RUN: %llc_dwarf -filetype=obj -o %t < %s
; RUN: echo -n 0x > %t.posix_relative_func
More information about the llvm-commits
mailing list