[flang-commits] [clang] [flang] [clang][driver] Special care for -l flags in config files (PR #117573)

Paul Osmialowski via flang-commits flang-commits at lists.llvm.org
Sat Nov 30 09:27:33 PST 2024


================
@@ -1062,6 +1062,16 @@ bool Driver::readConfigFile(StringRef FileName,
   for (Arg *A : *NewOptions)
     A->claim();
 
+  std::unique_ptr<InputArgList> NewLinkerIns = std::make_unique<InputArgList>();
----------------
pawosm-arm wrote:

changed and added a comment


https://github.com/llvm/llvm-project/pull/117573


More information about the flang-commits mailing list