Adds optional dependency on cpp-httplib, a lightweight header-only HTTP server.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Change LLVM_ENABLE_CPP_HTTPLIB -> LLVM_ENABLE_HTTPLIB and remove redundant use of check_cxx_symbol_exists.
llvm/cmake/config-ix.cmake | ||
---|---|---|
192–194 | Good point, the additional checks are redundant. I've removed them. |
Comment Actions
Notes for next time.
The commit message (summary) should mention that you added LLVM_ENABLE_HTTPLIB.
It is an important build system detail and is convenient for archaeology when someone tries to find which commit introduced LLVM_ENABLE_HTTPLIB.
I'd probably just call it LLVM_ENABLE_HTTPLIB, you already use HTTPLIB elsewhere (for example HAVE_HTTPLIB_HEADER).