mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 17:49:03 +02:00
When dealing with BPF/BTF/pahole and DWARF v5 I wanted to build bpftool.
While looking into the source code I found duplicate assignments in misc tools
for the LLVM eco system, e.g. clang and llvm-objcopy.
Move the Clang, LLC and/or LLVM utils definitions to tools/scripts/Makefile.include
file and add missing includes where needed. Honestly, I was inspired by the commit
|
||
|---|---|---|
| .. | ||
| Makefile.arch | ||
| Makefile.include | ||
| utilities.mak | ||