[PATCH] D149361: [profiling] Improve error message for raw profile header mismatches

2023-04-28 Thread Jessica Paquette via Phabricator via cfe-commits
paquette added a comment. Sorry for the inconvenience and thanks for the fix! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D149361/new/ https://reviews.llvm.org/D149361 ___ cfe-commits mailing list

[PATCH] D149361: [profiling] Improve error message for raw profile header mismatches

2023-04-28 Thread Christian Ulmann via Phabricator via cfe-commits
Dinistro added inline comments. Comment at: llvm/unittests/ProfileData/InstrProfTest.cpp:1359 auto RawProfileReaderOrErr = InstrProfReader::create(std::move(RawProfile)); ASSERT_TRUE(InstrProfError::take(RawProfileReaderOrErr.takeError()) ==

[PATCH] D149361: [profiling] Improve error message for raw profile header mismatches

2023-04-28 Thread Christian Ulmann via Phabricator via cfe-commits
Dinistro added inline comments. Comment at: llvm/unittests/ProfileData/InstrProfTest.cpp:1359 auto RawProfileReaderOrErr = InstrProfReader::create(std::move(RawProfile)); ASSERT_TRUE(InstrProfError::take(RawProfileReaderOrErr.takeError()) ==

[PATCH] D149361: [profiling] Improve error message for raw profile header mismatches

2023-04-27 Thread Jessica Paquette via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG17cfd2e025cb: [profiling] Improve error message for raw profile header mismatches (authored by paquette). Herald added a project: clang. Herald