4 lines
264 B
Text
4 lines
264 B
Text
|
RUN: dsymutil -oso-prepend-path %p/../Inputs --dump-debug-map %p/../Inputs/private/tmp/warning/test.out 2>&1 | FileCheck %s
|
||
|
# CHECK: could not find symbol '_foo' in object file '{{.*}}test.o'
|
||
|
# CHECK: { sym: _main, objAddr: 0x0, binAddr: 0x100003F84, size: 0x1C }
|