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.

llvm-svn: 248423
This commit is contained in:
Adrian Prantl 2015-09-23 19:53:10 +00:00
parent d63df5107e
commit 209c424d1e
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;