[PATCH] D17867: [gold] Handle modules that are not included in the link.
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 3 15:04:11 PST 2016
rafael added a comment.
This formatted more than what I was expecting.
I am OK with this with the ifdef part fixed. Just wait for Teresa to comment on getFunctionIndexForFile.
================
Comment at: tools/gold/gold-plugin.cpp:58
@@ -57,1 +57,3 @@
+#define LDPT_GET_SYMBOLS_V3 28
+
----------------
They should be consistent. Se either remove the ifdef of LDPO_PIE or add one here.
Repository:
rL LLVM
http://reviews.llvm.org/D17867
More information about the llvm-commits
mailing list