[PATCH] D84759: [libunwind] Provide a way to set '_LIBUNWIND_IS_BAREMETAL' through cmake.

Hafiz Abid Qadeer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 04:04:56 PDT 2020


abidh marked 2 inline comments as done.
abidh added inline comments.


================
Comment at: libunwind/CMakeLists.txt:365
 
+if (LIBUNWIND_IS_BAREMETAL)
+  add_compile_flags(-D_LIBUNWIND_IS_BAREMETAL)
----------------
compnerd wrote:
> LLVM style is to not have the space after the `if`.
Done. But I noticed that most if in this file have a space after them.


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

https://reviews.llvm.org/D84759



More information about the llvm-commits mailing list