Skip to content

Commit 8472862

Browse files
authored
[dsymutil] Move discriminator test to be executed with Arm support only (#96280)
This fixes a test failure introduced in 9f71a6b.
1 parent 62abd9a commit 8472862

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/tools/dsymutil/discriminator.test renamed to llvm/test/tools/dsymutil/ARM/discriminator.test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
; with -g -fdebug-info-for-profiling -O2.
88

99
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 - \
1212
RUN: | FileCheck %s
1313

1414
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 - \
1717
RUN: | FileCheck %s
1818

1919
CHECK: Address Line Column File ISA Discriminator OpIndex Flags

0 commit comments

Comments
 (0)