[PATCH] D46755: [LLD][ELF] Implement --keep-unique option

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 12 01:23:10 PDT 2018


grimar added inline comments.


================
Comment at: ELF/ICF.cpp:426
+    } else
+      warn("Could not find symbol " + Name + " to keep unique");
+  }
----------------
We usually start warnings and errors from the lower case character.


https://reviews.llvm.org/D46755





More information about the llvm-commits mailing list