MSVC linker has this warning, so lld-link should also warn on this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The export.test seems to be crashing still both on Debian and Windows. Do you see that locally? Maybe it needs assertions to be enabled/disabled?
Comment Actions
- Check e.sym for null. If the flag /export=foo is provided and foo is not in the object file. e.sym will be null.
- Remove $ in exported name to have same name on windows and linux.