8320863: dsymutil command leaves around temporary directories

Reviewed-by: erikj, ihse
This commit is contained in:
Jaikiran Pai 2023-11-28 14:51:08 +00:00
parent db7fedfa88
commit 86bb804029

View File

@ -1105,7 +1105,7 @@ define SetupNativeCompilationBody
$$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM/Contents/Info.plist \
$$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM/Contents/Resources/DWARF/$$($1_BASENAME)
$1_CREATE_DEBUGINFO_CMDS := \
$(DSYMUTIL) --out $$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM $$($1_TARGET)
$(DSYMUTIL) --reproducer Off --out $$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM $$($1_TARGET)
endif
# Since the link rule creates more than one file that we want to track,