[llvm] [WebAssembly] Add WebAssembly::Specifier (PR #133116)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 7 19:59:35 PDT 2025


MaskRay wrote:

Since wasm doesn't need a MCTargetExpr yet, I think we do not need the extra .cpp file yet.
I've moved the relocation specifier constants to `WebAssembly::S_` (The `Expr` suffix used by other targets doesn't seem useful).

https://github.com/llvm/llvm-project/pull/133116


More information about the llvm-commits mailing list