[llvm] [LTO] Introduce helper functions to add GUIDs to ImportList (NFC) (PR #105555)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 11:09:58 PDT 2024


================
@@ -122,6 +122,33 @@ class FunctionImporter {
   /// Import functions in Module \p M based on the supplied import list.
   Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
 
+  enum AddDefinitionStatus {
----------------
kazutakahirata wrote:

Done.  Thanks!

https://github.com/llvm/llvm-project/pull/105555


More information about the llvm-commits mailing list