Add FORCE_ON option to LLVM_ENABLE_ZLIB, which causes a configuration
error if zlib is not found.
Similar to https://reviews.llvm.org/D40050.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
210 ms | libunwind.libunwind::Unknown Unit Message ("") |
Event Timeline
llvm/CMakeLists.txt | ||
---|---|---|
350 | I wonder if REQUIRE sounds better. But, it is not consistent with the existent FORCE_ON used for libxml2. |
I wonder if REQUIRE sounds better.
(For me it was not clear what FORCE_ON means from its name).
But, it is not consistent with the existent FORCE_ON used for libxml2.