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

Cooper Partin via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 13:49:54 PDT 2024


================
@@ -162,6 +97,94 @@ void PSVRuntimeInfo::write(raw_ostream &OS, uint32_t Version) const {
                                llvm::endianness::little);
 }
 
+static constexpr size_t npos = StringRef::npos;
----------------
coopp wrote:

Fixed!

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


More information about the llvm-commits mailing list