summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-12-14 04:56:42 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-12-14 04:56:42 +0000
commit8e13bc4562c2b921b0bd4e46a1c119f6ddfba07e (patch)
treee7e7d67361279bfebc522363479b781ccfb5c632 /llvm/lib/Transforms
parent378b8c8f012bacb85a4057e29a4e6b522842e94d (diff)
downloadbcm5719-llvm-8e13bc4562c2b921b0bd4e46a1c119f6ddfba07e.tar.gz
bcm5719-llvm-8e13bc4562c2b921b0bd4e46a1c119f6ddfba07e.zip
[ThinLTO] Add an API to trigger file-based API for returning objects to the linker
Summary: The motivation is to support better the -object_path_lto option on Darwin. The linker needs to write down the generate object files on disk for later use by lldb or dsymutil (debug info are not present in the final binary). We're moving this into libLTO so that we can be smarter when a cache is enabled and hard-link when possible instead of duplicating the files. Reviewers: tejohnson, deadalnix, pcc Subscribers: dexonsmith, llvm-commits Differential Revision: https://reviews.llvm.org/D27507 llvm-svn: 289631
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud