Skip to content

Commit 7e35bcf

Browse files
aheejindschuff
andauthored
Update clang/lib/CodeGen/ItaniumCXXABI.cpp
Co-authored-by: Derek Schuff <[email protected]>
1 parent 92861b9 commit 7e35bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/ItaniumCXXABI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5151,7 +5151,7 @@ WebAssemblyCXXABI::emitTerminateForUnexpectedException(CodeGenFunction &CGF,
51515151
// the violating exception to mark it handled, but it is currently hard to do
51525152
// with wasm EH instruction structure with catch/catch_all, we just call
51535153
// std::terminate and ignore the violating exception as in CGCXXABI in Wasm EH
5154-
// and calls __clang_call_terminate only in Emscripten EH.
5154+
// and call __clang_call_terminate only in Emscripten EH.
51555155
// TODO Consider code transformation that makes calling __clang_call_terminate
51565156
// in Wasm EH possible.
51575157
if (Exn && !EHPersonality::get(CGF).isWasmPersonality()) {

0 commit comments

Comments
 (0)