diff options
| author | Hood Chatham <roberthoodchatham@gmail.com> | 2024-10-17 13:00:35 +0200 | 
|---|---|---|
| committer | Hood Chatham <roberthoodchatham@gmail.com> | 2025-01-06 10:29:54 +0100 | 
| commit | 49c74234a79107afa7f86ca947708c3abef07674 (patch) | |
| tree | bcab0a33a1e21dfe913687778b3ac5eba25188f0 /compiler/rustc_interface/src/tests.rs | |
| parent | bf6f8a4d328f7f3b0f6ea8205ad28591cc11aafd (diff) | |
| download | rust-49c74234a79107afa7f86ca947708c3abef07674.tar.gz rust-49c74234a79107afa7f86ca947708c3abef07674.zip | |
Add support for wasm exception handling to Emscripten target
Gated behind an unstable `-Z emscripten-wasm-eh` flag
Diffstat (limited to 'compiler/rustc_interface/src/tests.rs')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 9ad69039914..b50f3b38f2e 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -782,6 +782,7 @@ fn test_unstable_options_tracking_hash() { tracked!(dwarf_version, Some(5)); tracked!(embed_source, true); tracked!(emit_thin_lto, false); + tracked!(emscripten_wasm_eh, true); tracked!(export_executable_symbols, true); tracked!(fewer_names, Some(true)); tracked!(fixed_x18, true); | 
