mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 13:51:39 +00:00
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:
parent
f29442de6b
commit
557aebcdfa
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…
x
Reference in New Issue
Block a user