From: Adrian Prantl Date: Wed, 23 Sep 2015 19:53:10 +0000 (+0000) Subject: Fix this dsymutil testcase by not passing in a path to the modulemap file, X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=557aebcdfaea2e653c64eb749ee6eb2acfa2ec34;p=oota-llvm.git Fix this dsymutil testcase by not passing in a path to the modulemap file, 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 --- diff --git a/test/tools/dsymutil/Inputs/mismatch/1.o b/test/tools/dsymutil/Inputs/mismatch/1.o index 45d176c96be..2a855ae293d 100644 Binary files a/test/tools/dsymutil/Inputs/mismatch/1.o and b/test/tools/dsymutil/Inputs/mismatch/1.o differ diff --git a/test/tools/dsymutil/X86/mismatch.m b/test/tools/dsymutil/X86/mismatch.m index ddb4b68b943..33ae782df05 100644 --- a/test/tools/dsymutil/X86/mismatch.m +++ b/test/tools/dsymutil/X86/mismatch.m @@ -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;