From de5e9119ceb2e35585cd65fcbeccaa5201af62c0 Mon Sep 17 00:00:00 2001 From: Alexander Kornienko Date: Mon, 3 Aug 2015 11:59:45 +0000 Subject: [PATCH] Don't use test inputs from other directories. The test/DebugInfo/dwarfdump-macho-universal.test test added in r243862 uses an input from another test's directory (test/tools/dsymutil/Inputs/fat-test.o) which breaks our test setup. Copying the required test input to the test's Input directory to fix the issue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243872 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/Inputs/fat-test.o | Bin 0 -> 5000 bytes test/DebugInfo/dwarfdump-macho-universal.test | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 test/DebugInfo/Inputs/fat-test.o diff --git a/test/DebugInfo/Inputs/fat-test.o b/test/DebugInfo/Inputs/fat-test.o new file mode 100644 index 0000000000000000000000000000000000000000..8159cc749772abe9914b1a0830d743002955025d GIT binary patch literal 5000 zcmdT|&1(}u6rXKA8cht93RV0dLPe!E1{;m2SSo&0ZB?|W;9*VMZ5xS6NY+w8Bzh7Q zJb3ZoK}9_2AE02*(u3BM2SsX6UIfots=v20lP;6pWTS%d!OMK?yx+WeGxL6(&Mdy1 zW{mkX##*UlEcgX_pVwvIiZc2_wsBPNN8bZ6j=lZeE=5oL(B9NgF@CoL)3PW zcVq;4D8|S(IYkUT* z%2MHoS2By%2o>+1usbQr9*=n0{D>poyugvgO^kymXz@ZN9> zmf`C}$Nq4beBKOgVH@$QX+NSX@T<{$P>qeH&2G~unQ?wq`siTB1_sU!#wLwoDU;8| zQt?DQ5!*77#p&-(CD4fPOvQI>wVQ4~nk!r}OKfWQE`3*WLZ3_*Ste(){xg03Vk#>G z%Z$nU__p}X8-uiNS}yf(fRfm4sjb@ngfu#a@K+HSghHyZAj$yqTYJk`qI@e%A*UeI zSgMO#Q){YLz>qr_Ep{-4dc#jQuG;eHJ*fxKTI1^7y&&Q{#BH{0}G8{3`JzKh^h-+=cxB^tJ~Kw|CA5*ps~XfZ@g+-Y{(W81t!oK^Vjp(vMl}iwLGIrnNbu0~^^1 zjP@G2T-R-WIPk(=fsyin;l>3zFo*{(2#mQJYjMl}PlX?kYxqHHb$XM0gAL5t0?G(V z`uqNGzDX#h@J;d4G?+tV4OV%RB+#vCZ2{}1`tTo@=FRt+9y~}Id5m;?+SyABZl=cw tMVR)2;!ei`;_Wdab}q7ou_vw8Zn8&o7XkF-o@mo~rYe-bRrE^C*e@I33YGu> literal 0 HcmV?d00001 diff --git a/test/DebugInfo/dwarfdump-macho-universal.test b/test/DebugInfo/dwarfdump-macho-universal.test index f8dc1921e72..0b4777317d7 100644 --- a/test/DebugInfo/dwarfdump-macho-universal.test +++ b/test/DebugInfo/dwarfdump-macho-universal.test @@ -1,5 +1,5 @@ Reuse a test input from llvm-dsymutil, it's perfect for what we want to exercise -RUN: llvm-dwarfdump %S/../tools/dsymutil/Inputs/fat-test.o -debug-dump=info | FileCheck %s +RUN: llvm-dwarfdump %S/Inputs/fat-test.o -debug-dump=info | FileCheck %s CHECK: fat-test.o (x86_64): file format Mach-O 64-bit x86-64 CHECK: DW_TAG_variable -- 2.34.1