Skip to content

Commit 569eaaa

Browse files
[TEST-ONLY] Move dsymutil/cas-gmodule test to ARM subdirectory
Fix cas-gmodule dsymutil test when AArch64 backend is not configured.
1 parent 18d9f30 commit 569eaaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/tools/dsymutil/cas-gmodule.test renamed to llvm/test/tools/dsymutil/ARM/cas-gmodule.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ REQUIRES: ondisk_cas
33
RUN: rm -rf %t
44
RUN: mkdir -p %t
55
RUN: split-file %s %t
6-
RUN: dsymutil -f -oso-prepend-path=%S/Inputs/CAS \
6+
RUN: dsymutil -f -oso-prepend-path=%S/../Inputs/CAS \
77
RUN: -y %t/debug.map -o %t/a.dSYM 2>&1 | FileCheck %s --check-prefix=WARN
88

99
RUN: dsymutil -cas %t/cas -f -oso-prepend-path=%S/Inputs/CAS \
@@ -14,9 +14,9 @@ WARN-MISS-SAME: failed to load CAS object: unknown object
1414
WARN: warning:
1515
WARN-SAME: No such file or directory
1616

17-
RUN: llvm-cas --cas %t/cas --make-blob --data %S/Inputs/CAS/A.pcm
17+
RUN: llvm-cas --cas %t/cas --make-blob --data %S/../Inputs/CAS/A.pcm
1818

19-
RUN: dsymutil -cas %t/cas -f -oso-prepend-path=%S/Inputs/CAS \
19+
RUN: dsymutil -cas %t/cas -f -oso-prepend-path=%S/../Inputs/CAS \
2020
RUN: -y %t/debug.map -o - \
2121
RUN: | llvm-dwarfdump -v --debug-info - | FileCheck %s
2222

0 commit comments

Comments
 (0)