Now libc headers can be installed separately from installing the rest of
the libc.
Details
Details
- Reviewers
sivachandra - Commits
- rG70f1f302cae3: [libc][cmake] separate installing headers
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/CMakeLists.txt | ||
---|---|---|
153 | Since a real target is being added now, the whole block from line 144 to 165 should be moved to right before line 195. |
libc/CMakeLists.txt | ||
---|---|---|
153 | I don't think we should move it since LIBC_TARGET and LIBC_COMPONENT are used in some of the folders below. Specifically LIBC_TARGET is used in lib and test and LIBC_COMPONENT is used in lib and loader. |
libc/CMakeLists.txt | ||
---|---|---|
153 | Ah, ok! Move just the new install target addition then? |
Since a real target is being added now, the whole block from line 144 to 165 should be moved to right before line 195.