aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/launcher
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2018-07-10 08:57:30 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-10 08:58:41 -0700
commitecab1c8680f2eece7ff5a46860c768c6738e3467 (patch)
tree0d4a2a045d8db54fc8b406c5a7b65710e4d68da7 /tools/launcher
parent76b6f20130f9bfd70132cbeb84799c5e21b8912e (diff)
Prepare CROSSTOOL for dSYM simplification
Currently dSYM information is propagated using a zip file emitted by the linking action which contains a dwarf file and plist. A second action then unzips said file, discards the plist and propagates the dwarf file. This CL is part of a change which makes the link action emit the dwarf file directly. This change adds logic to the CROSSTOOL and wrapped_clang to temporarily support both the old and new approaches using the presence of DSYM_HINT_DSYM_BUNDLE_ZIP as a signal as to which to use. After this change the new (and temporary) CROSSTOOL feature no_dsym_create_zip will allow suppressing DSYM_HINT_DSYM_BUNDLE_ZIP from being passed. Once the migration is complete we will remove both the signal variable and feature. PiperOrigin-RevId: 203954795
Diffstat (limited to 'tools/launcher')
0 files changed, 0 insertions, 0 deletions