[llvm] [LTO][WPD] Suppress WPD on a class if the LTO unit doesn't have the prevailing definition of this class (PR #131721)

Mingming Liu via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 19 21:04:58 PDT 2025


================
@@ -0,0 +1,188 @@
+; RUN: rm -rf %t && mkdir %t && cd %t
+
+; Tests that devirtualization is suppressed on a class when the LTO unit doesn't
+; have the prevailing definition of the class.
----------------
mingmingl-llvm wrote:

done.

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


More information about the llvm-commits mailing list