We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4001aa3 commit 4f05817Copy full SHA for 4f05817
clang/lib/Interpreter/Wasm.cpp
@@ -108,7 +108,7 @@ llvm::Error WasmIncrementalExecutor::runCtors() const {
108
return llvm::Error::success();
109
}
110
111
-llvm::Error WasmIncrementalExecutor::cleanUp() const {
+llvm::Error WasmIncrementalExecutor::cleanUp() {
112
// Can't call cleanUp through IncrementalExecutor as it
113
// tries to deinitialize JIT which hasn't been initialized
114
0 commit comments