[PATCH] D18415: [LTO] Basic support for internalize.

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 27 18:55:03 PDT 2016


rafael added inline comments.

================
Comment at: ELF/Symbols.h:95
@@ -94,1 +94,3 @@
 
+  void setUsedInRegularObj() { IsUsedInRegularObj = true; }
+
----------------
You don't need to change this now.


http://reviews.llvm.org/D18415





More information about the llvm-commits mailing list