[PATCH] D44716: [lld] fix data race in ICF.cpp

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 26 23:09:31 PDT 2018


inglorion added a comment.

This now generates a components_unittests.exe that is the same size as without this change that works correctly. I also verified that the data race is gone on COFF. I will land this to give the bots a chance to chew on it, and then fix the same data race in the ELF linker.


https://reviews.llvm.org/D44716





More information about the llvm-commits mailing list