[llvm] Add support for PSV EntryFunctionName (PR #84409)

Cooper Partin via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 09:10:47 PDT 2024


================
@@ -65,18 +68,97 @@ struct PSVRuntimeInfo {
   SmallVector<uint32_t> InputPatchMap;
   SmallVector<uint32_t> PatchOutputMap;
 
+  StringTableBuilder DXConStrTabBuilder;
----------------
coopp wrote:

Ahh.. Good point.  I'll go over this again and see what I can do.

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


More information about the llvm-commits mailing list