diff options
author | Fangrui Song <maskray@google.com> | 2020-02-24 18:09:27 -0800 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2020-02-25 18:23:10 -0800 |
commit | b61a4aaca5f8a1e71eeaee74d93cdd6fccbef065 (patch) | |
tree | 483f865c2f4d1cf9173915c1ffaf6f4aca0768dc /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | d0c4277d388628154b647a45cbc6914a1ea5a822 (diff) | |
download | llvm-b61a4aaca5f8a1e71eeaee74d93cdd6fccbef065.zip llvm-b61a4aaca5f8a1e71eeaee74d93cdd6fccbef065.tar.gz llvm-b61a4aaca5f8a1e71eeaee74d93cdd6fccbef065.tar.bz2 |
[MC] Default MCContext::UseNamesOnTempLabels to false and only set it to true for MCAsmStreamer
Only MCAsmStreamer (assembly output) needs to keep names of temporary labels created by
MCContext::createTempSymbol().
This change made the rL236642 optimization available for cc2as and
probably some other users.
This eliminates a behavior difference between llvm-mc -filetype=obj and cc1as, which caused
https://reviews.llvm.org/D74006#1890487
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D75097
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions