[clang] [clang-repl] Fix generation of wasm binaries while running clang-repl in browser (PR #117978)
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 28 08:09:19 PST 2024
================
@@ -109,12 +139,12 @@ llvm::Error WasmIncrementalExecutor::runCtors() const {
return llvm::Error::success();
}
-llvm::Error WasmIncrementalExecutor::cleanUp() const {
----------------
vgvassilev wrote:
We should not need this change.
https://github.com/llvm/llvm-project/pull/117978
More information about the cfe-commits
mailing list