================
@@ -297,6 +297,9 @@ class Driver {
/// Object that stores strings read from configuration file.
llvm::StringSaver Saver;
+ /// Linker inputs originated from configuration file.
+ std::unique_ptr<llvm::opt::InputArgList> CfgLinkerInputs;
----------------
MaskRay wrote:
`CfgLinkerInputs` is not a good name as the implementation is generic, not
coupled with linker options.
https://github.com/llvm/llvm-project/pull/117573
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits