[llvm] Add support for PSV EntryFunctionName (PR #84409)
Cooper Partin via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 09:35:13 PST 2024
================
@@ -46,7 +46,7 @@ struct PSVSignatureElement {
// RuntimeInfo.
struct PSVRuntimeInfo {
bool IsFinalized = false;
- dxbc::PSV::v2::RuntimeInfo BaseData;
+ dxbc::PSV::v3::RuntimeInfo BaseData;
----------------
coopp wrote:
I'll look more into this. It would make sense to have the string table too. I need to understand what is involved in adding this.
https://github.com/llvm/llvm-project/pull/84409
More information about the llvm-commits
mailing list