[PATCH] D12308: gold-plugin: Implement parallel LTO code generation using llvm::LinkedCodeGen.
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 1 07:35:21 PDT 2015
rafael added a comment.
Needs a testcase. Do include one test using save-temps or obj-path showing the mulitple .o files that are created.
================
Comment at: tools/gold/gold-plugin.cpp:108
@@ -105,4 +107,3 @@
- static void process_plugin_option(const char *opt_)
- {
+ static bool process_plugin_option(const char *opt_) {
if (opt_ == nullptr)
----------------
Why do you need to change this? All the errors in here still fail the build, no?
http://reviews.llvm.org/D12308
More information about the llvm-commits
mailing list