about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2022-07-18 09:48:20 -0400
committerRalf Jung <post@ralfj.de>2022-07-20 17:12:07 -0400
commit8affef2ccba424f37445f6df6592426600d00a31 (patch)
treebf7eaa8bff6f56ebce2e23eea36f5997e78340cb /compiler/rustc_span/src
parentb5a32d01f4cbc032efa093ff672f1e33087f0efb (diff)
downloadrust-8affef2ccba424f37445f6df6592426600d00a31.tar.gz
rust-8affef2ccba424f37445f6df6592426600d00a31.zip
add intrinsic to access vtable size and align
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index ec1d2c39b80..a207927c9d2 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1564,6 +1564,8 @@ symbols! {
         volatile_store,
         vreg,
         vreg_low16,
+        vtable_align,
+        vtable_size,
         warn,
         wasm_abi,
         wasm_import_module,