[clang] [flang] [clang][driver] Special care for linker flags in config files (PR #117573)
Paul Osmialowski via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 5 05:10:40 PST 2024
================
@@ -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;
----------------
pawosm-arm wrote:
changed
https://github.com/llvm/llvm-project/pull/117573
More information about the cfe-commits
mailing list