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
This commit is contained in:
Adrian Prantl 2015-09-23 19:53:10 +00:00
parent f29442de6b
commit 557aebcdfa
2 changed files with 1 additions and 3 deletions

View 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;