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

Chris B via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 12:12:46 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;
----------------
llvm-beanz wrote:

Did you change these functions? They're moved from above which makes the diff look a lot larger than probably required. Can you put them back where they were originally to reduce the diff size?

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


More information about the llvm-commits mailing list