[PATCH] D102084: Fix lld macho standalone build by including llvm/Config/llvm-config.h instead of llvm/Config/config.h

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 7 15:59:34 PDT 2021


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

Lgtm assuming you checked that the XAR ifdefs in the two files you're changing still work (with a temporary local #error in the right place or similar)



================
Comment at: llvm/include/llvm/Config/llvm-config.h.cmake:97
 
+/* Define if the xar_open() function is supported this platform. */
+#cmakedefine HAVE_LIBXAR ${HAVE_LIBXAR}
----------------
Maybe fix the missing word in the comment while here :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102084



More information about the llvm-commits mailing list