[libc-commits] [libc] [libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent file copy/paste issues. (PR #66477)
Guillaume Chatelet via libc-commits
libc-commits at lists.llvm.org
Tue Sep 19 04:22:59 PDT 2023
gchatelet wrote:
Alright so it took me a while but most of these includes come from the main llvm CMakeLists [llvm-project/llvm/CMakeLists.txt#L1115](https://github.com/llvm/llvm-project/blob/a0768b8237ad83a6493a5053e615e0c38d7410ee/llvm/CMakeLists.txt#L1115). I don't quite know how to deal with this. We could remove them globally when entering `llvm-project/libc/CMakeLists.txt` ? 🤷
https://github.com/llvm/llvm-project/pull/66477
More information about the libc-commits
mailing list