diff options
author | Vitaly Buka <vitalybuka@google.com> | 2017-12-16 02:10:00 +0000 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2017-12-16 02:10:00 +0000 |
commit | a5376f393e128929280d8052b01dbfc4d93e0960 (patch) | |
tree | 42329494180ef8cb0a659c319211a4cd920ade97 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | cc15219fb1eb7d536fb40ffed7e4a6a779eb23ff (diff) | |
download | bcm5719-llvm-a5376f393e128929280d8052b01dbfc4d93e0960.tar.gz bcm5719-llvm-a5376f393e128929280d8052b01dbfc4d93e0960.zip |
[LTO] Make processing of combined module more consistent
Summary:
1. Use stream 0 only for combined module. Previously if combined module was not
processes ThinLTO used the stream for own output. However small changes in input,
could trigger combined module and shuffle outputs making life of llvm::LTO harder.
2. Always process combined module and write output to stream 0. Processing empty
combined module is cheap and allows llvm::LTO users to avoid implementing processing
which is already done in llvm::LTO.
Subscribers: mehdi_amini, inglorion, eraman, hiraditya
Differential Revision: https://reviews.llvm.org/D41267
llvm-svn: 320905
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions