bolt/deps/llvm-18.1.8/llvm/test/tools/dsymutil/ARM/missing-symbol-warning.test

4 lines
264 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
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 }