Skip to content

Commit 4f05817

Browse files
committed
fix cleanUp
1 parent 4001aa3 commit 4f05817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Interpreter/Wasm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ llvm::Error WasmIncrementalExecutor::runCtors() const {
108108
return llvm::Error::success();
109109
}
110110

111-
llvm::Error WasmIncrementalExecutor::cleanUp() const {
111+
llvm::Error WasmIncrementalExecutor::cleanUp() {
112112
// Can't call cleanUp through IncrementalExecutor as it
113113
// tries to deinitialize JIT which hasn't been initialized
114114
return llvm::Error::success();

0 commit comments

Comments
 (0)