[PATCH] D108747: [llvm][ProfileData] Add a warning to indicate potentially corrupted data

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 25 20:50:47 PDT 2021


dblaikie added a comment.

Is OOM worth avoiding? Presumably some real-world cases could exceed the limits of a given machine anyway, right? (I'm not sure that LLVM and Clang avoid OOM, for instance - you can probably make some Clang AST that can't be stored in the memory available on some systems)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108747



More information about the llvm-commits mailing list