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

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 7 09:20:33 PDT 2025


================
@@ -208,12 +208,6 @@ class MCSymbolRefExpr : public MCExpr {
 
     VK_COFF_IMGREL32, // symbol at imgrel (image-relative)
 
-    VK_WASM_TYPEINDEX, // Reference to a symbol's type (signature)
-    VK_WASM_TLSREL,    // Memory address relative to __tls_base
-    VK_WASM_MBREL,     // Memory address relative to __memory_base
-    VK_WASM_TBREL,     // Table index relative to __table_base
-    VK_WASM_GOT_TLS,   // Wasm global index of TLS symbol.
-    VK_WASM_FUNCINDEX, // Wasm function index.
 
----------------
sbc100 wrote:

Remove the extra blank line too?

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


More information about the llvm-commits mailing list