[llvm] llvm: Add missing `LLVM_ABI` annotations (PR #171629)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 10 12:17:55 PST 2025


================
@@ -22,18 +22,19 @@ class LLVM_ABI RuntimeLibraryAnalysis
   RuntimeLibraryAnalysis() = default;
   RuntimeLibraryAnalysis(RTLIB::RuntimeLibcallsInfo &&BaselineInfoImpl)
       : LibcallsInfo(std::move(BaselineInfoImpl)) {}
-  RuntimeLibraryAnalysis(
+  LLVM_ABI RuntimeLibraryAnalysis(
----------------
nikic wrote:

The class itself is already marked LLVM_ABI. Are these member annotations correct in that case?

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


More information about the llvm-commits mailing list