Commit 8f9ab10
authored
Rollup merge of rust-lang#150094 - fix-wasm-export-executable-symbols, r=workingjubilee
`c_variadic`: provide our own `va_arg` implementation for more targets
This commit reorders some cases in `export_symbols` in the linker implementation for wasm to ensure that the `is_like_wasm` case is handled before the catch-all `CrateType::Executable` case.1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
839 | 839 | | |
840 | 840 | | |
841 | 841 | | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
842 | 847 | | |
843 | 848 | | |
844 | 849 | | |
| |||
853 | 858 | | |
854 | 859 | | |
855 | 860 | | |
856 | | - | |
857 | | - | |
858 | | - | |
859 | | - | |
860 | | - | |
861 | 861 | | |
862 | 862 | | |
863 | 863 | | |
| |||
0 commit comments