[llvm] [BOLT] Support relative vtable (PR #135449)

Maksim Panchenko via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 13 16:03:58 PDT 2025


================
@@ -0,0 +1,57 @@
+// Test bolt instrumentation is able to handle relative virtual function table,
+// i.e., when code is compiled with `-fexperimental-relative-c++-abi-vtables`.
+
+// REQUIRES: system-linux,bolt-runtime
----------------
maksfb wrote:

Can drop `bolt-runtime` without instrumentation.

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


More information about the llvm-commits mailing list