File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/test/tools/dsymutil/ARM Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ 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
99RUN: 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
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