File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
validation-test/BuildSystem/LTO Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
echo " Found swift-demangle LTO object!"
34
34
fi
35
35
36
- ${DWARFDUMP} -debug-dump= line ${SWIFT_DEMANGLE_LTO_OBJECT_FILE} > ${TEMP_DIR} /line.info
36
+ ${DWARFDUMP} -- debug-line ${SWIFT_DEMANGLE_LTO_OBJECT_FILE} > ${TEMP_DIR} /line.info
37
37
38
38
# Make sure that we found a line table.
39
39
if [[ -z " $( sed -n " /include_directories.*=.*include\/swift/{p;q;}" ${TEMP_DIR} /line.info) " ]] ; then
43
43
echo " Found line table information for swift-demangle in swift LTO object"
44
44
fi
45
45
46
- ${DWARFDUMP} -debug-dump=apple_types ${SWIFT_DEMANGLE_LTO_OBJECT_FILE} > ${TEMP_DIR} /types.info
46
+ ${DWARFDUMP} -apple-types ${SWIFT_DEMANGLE_LTO_OBJECT_FILE} > ${TEMP_DIR} /types.info
47
47
48
48
# And that it does not have full debug info
49
49
if [[ -n " $( sed -n ' /Name:.*SmallVector<..*>/{p;q;}' ${TEMP_DIR} /types.info) " ]] ; then
You can’t perform that action at this time.
0 commit comments