rust/tests/run-make/windows-safeseh
Daniel Cheng 8fa800db61 Mark .rmeta files as /SAFESEH on x86 Windows.
Chrome links .rlibs with /WHOLEARCHIVE or -Wl,--whole-archive to prevent
the linker from discarding static initializers. This works well, except
on Windows x86, where lld complains:

  error: /safeseh: lib.rmeta is not compatible with SEH

The fix is simply to mark the .rmeta as SAFESEH aware. This is trivially
true, since the metadata file does not contain any executable code.
2023-10-24 13:42:28 -07:00
..
Makefile Mark .rmeta files as /SAFESEH on x86 Windows. 2023-10-24 13:42:28 -07:00
bar.rs Mark .rmeta files as /SAFESEH on x86 Windows. 2023-10-24 13:42:28 -07:00
baz.rs Mark .rmeta files as /SAFESEH on x86 Windows. 2023-10-24 13:42:28 -07:00
foo.rs Mark .rmeta files as /SAFESEH on x86 Windows. 2023-10-24 13:42:28 -07:00