[PATCH] D86800: [scudo][standalone] Enable secondary cache release on Fuchsia

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 18:02:59 PDT 2020


hctim accepted this revision.
hctim added inline comments.
This revision is now accepted and ready to land.


================
Comment at: compiler-rt/lib/scudo/standalone/secondary.h:81
-  // FIXME(kostyak): support (partially) the cache on Fuchsia.
-  static_assert(!SCUDO_FUCHSIA || EntriesArraySize == 0U, "");
-
----------------
I'm assuming we're also okay now with zero-length arrays?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86800



More information about the llvm-commits mailing list