[PATCH] D68159: [ThinLTO/WPD] Ensure devirtualized targets use promoted symbol when necessary
Aditya Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 1 14:42:40 PDT 2019
hiraditya added inline comments.
================
Comment at: lib/LTO/LTO.cpp:1335
ExportedGUIDs.count(GUID);
};
+
----------------
Maybe we could make this a separate function, it seems we are using similar checks in llvm/lib/LTO/ThinLTOCodeGenerator.cpp:528,
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68159/new/
https://reviews.llvm.org/D68159
More information about the llvm-commits
mailing list