================
@@ -199,7 +199,14 @@ class CodeGenOptions : public CodeGenOptionsBase {
}
/// Possible exception handling behavior.
- enum class ExceptionHandlingKind { None, SjLj, WinEH, DwarfCFI, Wasm };
+ enum class ExceptionHandlingKind {
+ None,
+ SjLj,
+ WinEH,
+ DwarfCFI,
+ Wasm,
+ EmscriptenEH
----------------
aheejin wrote:
```suggestion
Emscripten
```
Given that it's `Wasm` and not `WasmEH`, how about just `Emscripten`?
https://github.com/llvm/llvm-project/pull/221443
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits