[llvm] Add support for PSV EntryFunctionName (PR #84409)
Cooper Partin via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 09:10:04 PDT 2024
================
@@ -424,6 +424,19 @@ struct ResourceBindInfo : public v0::ResourceBindInfo {
};
} // namespace v2
+
+namespace v3 {
+struct RuntimeInfo : public v2::RuntimeInfo {
+ uint32_t EntryFunctionName;
----------------
coopp wrote:
Sure!. I'll fix that up!
https://github.com/llvm/llvm-project/pull/84409
More information about the llvm-commits
mailing list