8320932: [BACKOUT] dsymutil command leaves around temporary directories
Reviewed-by: mikael
This commit is contained in:
parent
ce4e6e2bd7
commit
f93b18f39c
@ -1105,7 +1105,7 @@ define SetupNativeCompilationBody
|
|||||||
$$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM/Contents/Info.plist \
|
$$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM/Contents/Info.plist \
|
||||||
$$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM/Contents/Resources/DWARF/$$($1_BASENAME)
|
$$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM/Contents/Resources/DWARF/$$($1_BASENAME)
|
||||||
$1_CREATE_DEBUGINFO_CMDS := \
|
$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
|
endif
|
||||||
|
|
||||||
# Since the link rule creates more than one file that we want to track,
|
# Since the link rule creates more than one file that we want to track,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user