diff options
author | Steven Wu <stevenwu@apple.com> | 2025-09-17 09:52:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-17 16:52:36 +0000 |
commit | 00dc72fa1f328ae52554c5d404460de7381cb7f7 (patch) | |
tree | 4ffd988cdc75d92b4a12124ba1a47e3af79e4aa5 /clang/lib/CodeGen/CodeGenModule.h | |
parent | 5f8bce4900b65b509ca1f9bf0a616409a77ced37 (diff) | |
download | llvm-00dc72fa1f328ae52554c5d404460de7381cb7f7.zip llvm-00dc72fa1f328ae52554c5d404460de7381cb7f7.tar.gz llvm-00dc72fa1f328ae52554c5d404460de7381cb7f7.tar.bz2 |
[CAS] LLVM_ENABLE_ONDISK_CAS requires `flock` on UNIX (#159207)
As a follow up to #159122, after figure out reason why CAS unit tests
are failing on Solaris, update the CMake configuration to build ondisk
CAS implementation. We now check the existance of `flock` before
enabling the configuration.
In the future, we can find ways to support OnDiskCAS on other platforms
that do not have `flock`. This can techinically be done with a POSIX
compilant file lock but that will put a restriction on the usage of CAS.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
0 files changed, 0 insertions, 0 deletions