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 @@ -3,20 +3,20 @@ REQUIRES: ondisk_cas
33RUN: rm -rf %t
44RUN: mkdir -p %t
55RUN: split-file %s %t
6- RUN: dsymutil -f -oso-prepend-path=%S/Inputs/CAS \
6+ RUN: dsymutil -f -oso-prepend-path=%S/../ Inputs/CAS \
77RUN: -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 \
1010RUN: -y %t/debug.map -o %t/a.dSYM 2>&1 | FileCheck %s --check-prefix=WARN --check-prefix=WARN-MISS
1111
1212WARN-MISS: warning:
1313WARN-MISS-SAME: failed to load CAS object: unknown object
1414WARN: warning:
1515WARN-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 \
2020RUN: -y %t/debug.map -o - \
2121RUN: | llvm-dwarfdump -v --debug-info - | FileCheck %s
2222
You can’t perform that action at this time.
0 commit comments