================
@@ -19,20 +19,20 @@
using namespace llvm;
static bool finalizeLinkage(Module &M) {
- SmallPtrSet<Function *, 8> EntriesAndExports;
+ SmallPtrSet<Function *, 8> Funcs;
// Find all entry points and export functions
----------------
bob80905 wrote:
This comment may be better updated to something like:
Collect all non-entry point and non-exported functions to possibly set to
internal linkage later.
https://github.com/llvm/llvm-project/pull/106146
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits