[libc-commits] [PATCH] D133960: [libc][cmake] separate installing headers
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Sep 15 23:28:17 PDT 2022
sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/CMakeLists.txt:153
+ COMPONENT libc-headers
+ )
set(LIBC_TARGET libc)
----------------
Since a real target is being added now, the whole block from line 144 to 165 should be moved to right before line 195.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133960/new/
https://reviews.llvm.org/D133960
More information about the libc-commits
mailing list