File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
llvm/test/tools/dsymutil/ARM Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
; with -g -fdebug-info-for-profiling -O2.
8
8
9
9
RUN: dsymutil --flat --linker=classic -oso-prepend-path %p -o - \
10
- RUN: --oso-prepend-path %p/Inputs --verify-dwarf=none \
11
- RUN: %p/Inputs/discriminator.arm64.dylib | llvm-dwarfdump -debug-line - \
10
+ RUN: --oso-prepend-path %p/../ Inputs --verify-dwarf=none \
11
+ RUN: %p/../ Inputs/discriminator.arm64.dylib | llvm-dwarfdump -debug-line - \
12
12
RUN: | FileCheck %s
13
13
14
14
RUN: dsymutil --flat --linker=parallel -oso-prepend-path %p -o - \
15
- RUN: --oso-prepend-path %p/Inputs --verify-dwarf=none \
16
- RUN: %p/Inputs/discriminator.arm64.dylib | llvm-dwarfdump -debug-line - \
15
+ RUN: --oso-prepend-path %p/../ Inputs --verify-dwarf=none \
16
+ RUN: %p/../ Inputs/discriminator.arm64.dylib | llvm-dwarfdump -debug-line - \
17
17
RUN: | FileCheck %s
18
18
19
19
CHECK: Address Line Column File ISA Discriminator OpIndex Flags
You can’t perform that action at this time.
0 commit comments