[PATCH] D111252: [llvm] [Support] [Debuginfo] Add http and debuginfod client libraries and llvm-debuginfod-find tool

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 21 10:24:10 PDT 2021


noajshu marked an inline comment as done.
noajshu added inline comments.


================
Comment at: llvm/CMakeLists.txt:975-977
+# make this boolean usable in lit config
+llvm_canonicalize_cmake_booleans(LLVM_ENABLE_CURL)
+
----------------
labath wrote:
> Why isn't this next to the other llvm_canonicalize_cmake_booleans calls?
> 
> (It would also help if you upload the full context with your patch (`arcanist` does it automatically, and you can achieve it with `git diff -U9999` if you do it manually).
Thanks and just moved this!


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

https://reviews.llvm.org/D111252



More information about the llvm-commits mailing list