[llvm] [LTO] Introduce helper functions to add GUIDs to ImportList (NFC) (PR #105555)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 21 10:45:57 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 {
----------------
tschuett wrote:
Please prefer `enum class` over `enum`.
https://github.com/llvm/llvm-project/pull/105555
More information about the llvm-commits
mailing list