Fix this dsymutil testcase by not passing in a path to the modulemap file,
authorAdrian Prantl <aprantl@apple.com>
Wed, 23 Sep 2015 19:53:10 +0000 (19:53 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 23 Sep 2015 19:53:10 +0000 (19:53 +0000)
so the lookup works as expected after prepending the oso-prepend-path.

This manifested only on Windows, because "/" is not a relative path there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248423 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/dsymutil/Inputs/mismatch/1.o
test/tools/dsymutil/X86/mismatch.m

index 45d176c96be1a3672b7719d71062edc5bb66b028..2a855ae293dc148bcaa94c64bd13b5dc6f720ee0 100644 (file)
Binary files a/test/tools/dsymutil/Inputs/mismatch/1.o and b/test/tools/dsymutil/Inputs/mismatch/1.o differ
index ddb4b68b943e1a7e1a59fa81e775484d739f7b64..33ae782df057c5d1cd0a1995971ca8db89bbc9b5 100644 (file)
@@ -15,9 +15,7 @@
 */
 
 // RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/mismatch \
-// RUN:   -y %p/dummy-debug-map.map -o %t.bin  >%t 2>&1
-// RUN: cat %t
-// RUN: cat %t | FileCheck %s
+// RUN:   -y %p/dummy-debug-map.map -o %t.bin 2>&1 | FileCheck %s
 
 @import mismatch;