[llvm] [ORC] Add AutoImportGenerator for COFF dllimport auto-import (PR #203914)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 31 06:25:11 PDT 2026
================
@@ -167,6 +168,12 @@ static cl::list<std::string> WeakLibraries(
"resolve to null"),
cl::cat(JITLinkCategory));
+static cl::list<std::string> LibrariesAuto(
+ "auto-l",
+ cl::desc("Synthesize COFF __imp_ slots and thunks for symbols exported "
+ "by library X on demand"),
----------------
mkovacevic99 wrote:
Yes, I also think it's unrelated and caused by one commit on the main.
Sure, I will update it
https://github.com/llvm/llvm-project/pull/203914
More information about the llvm-commits
mailing list