To of these are basically trivial the third (shared.s)
did have some expectations change but only due to two
data symbols being re-ordered.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lld/test/wasm/shared.s | ||
---|---|---|
110 | Yes. Without this, one cannot import __stack_pointer since its mutable. |
lld/test/wasm/shared.s | ||
---|---|---|
110 | Ah, right. I guess if we really wanted asm to be a first-class citizen we'd want a directive such as .target_features so asm writers wouldn't have to encode this manually. Maybe in a future where basically all compilations use post-MVP features, it will be worth it, but probably not now. |
lld/test/wasm/shared.s | ||
---|---|---|
110 | Yes, I was thinking of adding a comment here that this is a little clunky.. |