[lld] [lld][COFF] Add /linkreprofullpathrsp flag (PR #165449)
Alexandre Ganea via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 27 13:22:05 PST 2025
================
@@ -88,11 +88,13 @@ class LinkerDriver {
void enqueueArchiveMember(const Archive::Child &c, const Archive::Symbol &sym,
StringRef parentName);
- void enqueuePDB(StringRef Path) { enqueuePath(Path, false, false); }
+ enum class InputType { Direct, DefaultLib, WholeArchive };
----------------
aganea wrote:
`Direct` means "command-line" right?
https://github.com/llvm/llvm-project/pull/165449
More information about the llvm-commits
mailing list