You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
442 B
12 lines
442 B
4 months ago
|
RUN: rm -rf %t.dir && mkdir %t.dir && mkdir %t.dir/ModuleCacheRenamed
|
||
|
RUN: cp %p/../Inputs/module-warnings/1.o %t.dir
|
||
|
RUN: cp %p/../Inputs/module-warnings/Foo.pcm %t.dir/ModuleCacheRenamed
|
||
|
|
||
|
RUN: dsymutil -verify -f -oso-prepend-path=%t.dir -y \
|
||
|
RUN: %p/dummy-debug-map.map -o %t \
|
||
|
RUN: -object-prefix-map=/ModuleCache=/ModuleCacheRenamed \
|
||
|
RUN: 2>&1 | FileCheck %s
|
||
|
|
||
|
CHECK: warning: {{.*}}Bar.pcm:
|
||
|
CHECK-NOT: warning: {{.*}}Foo.pcm:
|