[PATCH] D78243: New pass to make internal linkage symbol names unique
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 17 10:47:23 PDT 2020
rnk added a comment.
Code looks good, but I think this needs a test in llvm/test/Transforms. I think it should be registered by the INITIALIZE_PASS macros, so `opt -unique-internal-linkage-names` should find it and run it...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78243/new/
https://reviews.llvm.org/D78243
More information about the llvm-commits
mailing list