[clang] [clang-scan-deps] Expand response files before the argument adjuster (PR #89950)

Jan Svoboda via cfe-commits cfe-commits at lists.llvm.org
Fri May 24 02:05:15 PDT 2024


================
@@ -86,6 +86,8 @@ static bool DeprecatedDriverCommand;
 static ResourceDirRecipeKind ResourceDirRecipe;
 static bool Verbose;
 static bool PrintTiming;
+static llvm::BumpPtrAllocator Alloc;
+static llvm::StringSaver Saver{Alloc};
----------------
jansvoboda11 wrote:

Why do these need to be global?

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


More information about the cfe-commits mailing list