[PATCH] D27155: Merge strings using concurrent hash map (3rd try!)

Sean Silva via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 21:37:45 PST 2016


silvas added inline comments.


================
Comment at: ELF/OutputSections.cpp:595
+  // This is for unit test.
+  if (StringRef(getenv("LLD_CONCURRENT")) == "1") {
+    finalizeConcurrent(NumPieces);
----------------
Where is the accompanying test?
Also, please make the name more specific.


https://reviews.llvm.org/D27155





More information about the llvm-commits mailing list