diff options
author | Teresa Johnson <tejohnson@google.com> | 2020-01-13 12:23:34 -0800 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2020-01-13 12:26:17 -0800 |
commit | d0aad9f56e1588effa94b15804b098e6307da6b4 (patch) | |
tree | 9581de88c751dcf2ae45fd5b3ab9b4472aeaa35b /lldb/packages/Python/lldbsuite/test | |
parent | a0f4600f4f0ece1d4779544513f5a70c6f0d78bf (diff) | |
download | bcm5719-llvm-d0aad9f56e1588effa94b15804b098e6307da6b4.tar.gz bcm5719-llvm-d0aad9f56e1588effa94b15804b098e6307da6b4.zip |
[LTO] Constify lto::Config reference passed to backends (NFC)
The lto::Config object saved on the global LTO object should not be
updated by any of the LTO backends. Otherwise we could run into
interference between threads utilizing it. Motivated by some proposed
changes that would have caused it to get modified in the ThinLTO
backends.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions