[PATCH] D21545: CodeGen: Replace ThinLTO backend implementation with a client of LTO/Resolution.
Peter Collingbourne via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 20 18:23:42 PDT 2016
pcc created this revision.
pcc added reviewers: tejohnson, mehdi_amini.
pcc added a subscriber: cfe-commits.
pcc added dependencies: D21542: CodeGen: Replace test/CodeGen/thinlto_backend.c with a functional test., D20268: [wip] Resolution-based LTO API., D21537: Frontend: Simplify ownership model for clang's output streams..
Herald added a subscriber: mehdi_amini.
This changes clang to use the llvm::lto::thinBackend function instead of
its own less comprehensive ThinLTO backend implementation.
Depends on D20268
Depends on D21537
Depends on D21542
http://reviews.llvm.org/D21545
Files:
lib/CodeGen/BackendUtil.cpp
lib/CodeGen/CMakeLists.txt
lib/Driver/Tools.cpp
test/Driver/thinlto_backend.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21545.61332.patch
Type: text/x-patch
Size: 8335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160621/8ed7608c/attachment-0001.bin>
More information about the cfe-commits
mailing list