forked from OSchip/llvm-project
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:
parent
d63df5107e
commit
209c424d1e
Binary file not shown.
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue