summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/step_scripted/TestStepScripted.py
diff options
context:
space:
mode:
authorBob Haarman <llvm@inglorion.net>2019-07-11 18:48:58 +0000
committerBob Haarman <llvm@inglorion.net>2019-07-11 18:48:58 +0000
commit5011b832373fd6424617749a66a5a34f2cba03df (patch)
tree7b207a582a5104a12b61ab732ab69038dee40b4b /lldb/packages/Python/lldbsuite/test/functionalities/step_scripted/TestStepScripted.py
parent9d41429ff790590ae28920357c78e21b49fcf2a5 (diff)
downloadbcm5719-llvm-5011b832373fd6424617749a66a5a34f2cba03df.tar.gz
bcm5719-llvm-5011b832373fd6424617749a66a5a34f2cba03df.zip
[lld-link] implement -thinlto-{prefix,object-suffix}-replace
Summary: Adds the following two options to lld-link: -thinlto-prefix-replace: allows replacing a prefix in paths generated for ThinLTO. This can be used to ensure index files and native object files are stored in unique directories, allowing multiple distributed ThinLTO links to proceed concurrently. -thinlto-object-suffix-replace: allows replacing a suffix in object file paths involved in ThinLTO. This allows minimized index files to be used for the thin link while storing the paths to the full bitcode files for subsequent steps (code generation and final linking). Reviewers: ruiu, tejohnson, pcc, rnk Subscribers: mehdi_amini, steven_wu, dexonsmith, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D64542 llvm-svn: 365807
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/step_scripted/TestStepScripted.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud