Skip to content

Commit 607d449

Browse files
committed
Update llvm-dwarfdump to use --debug-line vs -debug-dump=line
1 parent 4198f28 commit 607d449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/BuildSystem/LTO/lto-object-files-only-have-line-tables.test-sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ else
3333
echo "Found swift-demangle LTO object!"
3434
fi
3535

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
3737

3838
# Make sure that we found a line table.
3939
if [[ -z "$(sed -n "/include_directories.*=.*include\/swift/{p;q;}" ${TEMP_DIR}/line.info)" ]] ; then

0 commit comments

Comments
 (0)