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

Christian Ulmann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 28 00:21:12 PDT 2023


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()) ==
               instrprof_error::unrecognized_format);
----------------
It seems that this and the following similar line do not compile. I assume that the necessary flags to activate this test were not provided in the CI executed for this revision. 

Crashing build: https://lab.llvm.org/buildbot/#/builders/104/builds/11668/steps/6/logs/stdio


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149361/new/

https://reviews.llvm.org/D149361



More information about the cfe-commits mailing list