[libc-commits] [libc] [libc][cmake] Tidy compiler includes (PR #66783)
Guillaume Chatelet via libc-commits
libc-commits at lists.llvm.org
Tue Sep 19 08:13:44 PDT 2023
gchatelet wrote:
Before this patch
- `-I/home/gchatelet/build/libc_x86/projects/libc/src/fenv`
- `-I/home/gchatelet/git/llvm-project/libc/src/fenv`
- `-I/home/gchatelet/build/libc_x86/include`
- `-I/home/gchatelet/git/llvm-project/llvm/include`
- `-I/home/gchatelet/git/llvm-project/libc`
- `-I/home/gchatelet/build/libc_x86/projects/libc/include`
After this patch
- `-I/home/gchatelet/build/libc_x86/projects/libc/src/fenv` <-- This one should also go away
- `-I/home/gchatelet/git/llvm-project/libc/src/fenv` <-- This one should also go away
- `-I/home/gchatelet/git/llvm-project/libc`
- `-isystem /home/gchatelet/build/libc_x86/projects/libc/include`
https://github.com/llvm/llvm-project/pull/66783
More information about the libc-commits
mailing list