Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
As we move more of ld tests to .s I assume (hope?) we have corresponding tests that cover the IR part of the translation, e.g. testing that extern weak global in IR results in .weak in the assembly...
Comment Actions
Yes, there should be nothing in the IR that gets tested here under lld. That would be really odd/wrong.
In the case of .weak we have llvm/test/CodeGen/WebAssembly/weak.ll