Lines Matching full:clang
3 # clang
7 # LLVM, Clang and lld should be version bumped together
10 CLANG_SOURCE = clang-$(CLANG_VERSION).src.tar.xz
18 CLANG_DEPENDENCIES = llvm host-clang
35 # libraries (the same way as host's clang build) and finally
65 -DCLANG_TABLEGEN:FILEPATH=$(HOST_DIR)/bin/clang-tblgen \
68 # Clang can't be used as compiler on the target since there are no
69 # development files (headers) and other build tools. So remove clang
72 /usr/bin/clang* \
74 /usr/bin/git-clang-format \
79 /usr/share/clang \
84 /usr/lib/clang
91 # clang-tblgen is not installed by default, however it is necessary
92 # for cross-compiling clang
94 $(INSTALL) -D -m 0755 $(HOST_CLANG_BUILDDIR)/bin/clang-tblgen \
95 $(HOST_DIR)/bin/clang-tblgen
103 # Prevent clang binaries from linking against LLVM static libs