================
@@ -52,6 +52,10 @@ class IncrementalExecutorBuilder {
std::optional<llvm::CodeModel::Model> CM = std::nullopt;
/// An optional external IncrementalExecutor
std::unique_ptr<IncrementalExecutor> IE;
+ /// mllvm args from the frontend; on wasm these are re-applied after each
+ /// lldMain call because lld resets all cl options for test-isolation
+ /// purposes.
+ std::vector<std::string> LLVMArgs;
----------------
anutosh491 wrote:
Ahh, so in the PR description I have tried to reason as to why it's the
caller's responsibility to fix this and not llds under this section "My
understanding goes like this" !
Hopefully that conveys why this is the right fix.
https://github.com/llvm/llvm-project/pull/197133
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits