[llvm] Add support for PSV EntryFunctionName (PR #84409)
Chris B via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 08:23:13 PDT 2024
================
@@ -46,7 +46,7 @@ struct PSVSignatureElement {
// RuntimeInfo.
struct PSVRuntimeInfo {
bool IsFinalized = false;
- dxbc::PSV::v2::RuntimeInfo BaseData;
+ dxbc::PSV::v3::RuntimeInfo BaseData;
----------------
llvm-beanz wrote:
The string table already exists, but it is generated in the `write` function in the cpp file.
https://github.com/llvm/llvm-project/pull/84409
More information about the llvm-commits
mailing list