[libc-commits] [PATCH] D147475: WIP: [libc] Fix potential install errors related to missing headers

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 3 16:44:38 PDT 2023


sivachandra added a comment.

We never tested this with a `make install` or `ninja install`. Would adding `EXCLUDE_FROM_ALL` here fix your problem: https://github.com/llvm/llvm-project/blob/main/libc/include/CMakeLists.txt#L520. The `install-libc-headers` target should set up the dependencies correctly and should still work with `make install` or `ninja install`: https://github.com/llvm/llvm-project/blob/main/libc/CMakeLists.txt#L215


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147475



More information about the libc-commits mailing list