8320932: [BACKOUT] dsymutil command leaves around temporary directories

Reviewed-by: mikael
This commit is contained in:
Erik Joelsson 2023-11-28 23:32:18 +00:00
parent ce4e6e2bd7
commit f93b18f39c

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) --reproducer Off --out $$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM $$($1_TARGET)
$(DSYMUTIL) --out $$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM $$($1_TARGET)
endif
# Since the link rule creates more than one file that we want to track,