Skip to content

Commit 2cc62c9

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 2cc62c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ 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

9-
RUN: dsymutil -cas %t/cas -f -oso-prepend-path=%S/Inputs/CAS \
9+
RUN: dsymutil -cas %t/cas -f -oso-prepend-path=%S/../Inputs/CAS \
1010
RUN: -y %t/debug.map -o %t/a.dSYM 2>&1 | FileCheck %s --check-prefix=WARN --check-prefix=WARN-MISS
1111

1212
WARN-MISS: warning:
1313
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)