[llvm-branch-commits] [clang] [llvm] [RFC][LLVM][Clang] Add LLVM plugin hook for back-ends (PR #170846)
Stefan Gränitz via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Dec 8 02:49:22 PST 2025
================
----------------
weliveindetail wrote:
Should we handle "version 1" plugins explicitly here? The `PassPluginLibraryInfo` structs that plugins return today, have one member less. Copying them into the "version 2" `Info` stack slot might pull in uninitialzed memory for the newly introduced function pointer.
https://github.com/llvm/llvm-project/pull/170846
More information about the llvm-branch-commits
mailing list