[llvm] [CAS] Add MappedFileRegionArena (PR #114099)

Steven Wu via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 16 09:59:36 PDT 2025


cachemeifyoucan wrote:

@rorth  It seems that the `flock` is quite limited on Solaris but the check for `HAVE_FLOCK` is coming back true. It doesn't seem that it has a thread safe locking file locking mechanism on a mapped file from my initial research.

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


More information about the llvm-commits mailing list