Fwd: [PATCH] D11905: LLVM support for -fthinlto option, and gold support for thinlto plugin option.
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 09:13:08 PDT 2015
Forwarding manually, since it appears when I manually added reviewers
(Rafael and Duncan) and llvm-commits as the subscriber in Phab, it only
sent email to Rafael.
Thanks,
Teresa
---------- Forwarded message ----------
From: Teresa Johnson <tejohnson at google.com>
Date: Mon, Aug 10, 2015 at 8:56 AM
Subject: [PATCH] D11905: LLVM support for -fthinlto option, and gold
support for thinlto plugin option.
To: tejohnson at google.com
tejohnson created this revision.
Add basic LLVM support for the -fthinlto option, which will
be passed to LLVM via the EmitThinLTOIndex code gen option. This will
be used to guard the ThinLTO bitcode writing in WriteModule shown in
http://reviews.llvm.org/D11722.
Also add support for the thinlto gold plugin option that will be passed
by clang for -fthinlto links. It will be used to guard ThinLTO combined
index file writing.
The associated clang patch is http://reviews.llvm.org/D11906.
http://reviews.llvm.org/D11905
Files:
include/llvm/Bitcode/BitcodeWriterPass.h
include/llvm/Bitcode/ReaderWriter.h
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/BitcodeWriterPass.cpp
tools/gold/gold-plugin.cpp
--
Teresa Johnson | Software Engineer | tejohnson at google.com | 408-460-2413
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150810/469893b1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11905.31674.patch
Type: text/x-patch
Size: 6941 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150810/469893b1/attachment.bin>
More information about the llvm-commits
mailing list