Lines Matching refs:Clang
2 Cross-compilation using Clang
8 This document will guide you in choosing the right Clang options
21 related to cross-compilation, and what main compiler options Clang provides
33 On the other hand, Clang/LLVM is natively a cross-compiler, meaning that
43 So you'll need special options to help Clang understand what target
52 Finally, not all toolchains are the same, and consequently, not every Clang
68 General Cross-Compilation Options in Clang
76 match (since Clang assumes the host triple), and the compilation will
97 that Clang doesn't know, like ``blerg``, it'll ignore and assume
117 The default is normally the common denominator, so that Clang doesn't
140 root directory where you have unpacked your file, and Clang will
144 additional headers or libraries are needed), as Clang will find
152 In this case, Clang will find the other binaries (assembler,
154 are. People add system-specific clues to Clang often, but as
198 uses hard-float), Clang will pick the ``armv7l-linux-gnueabi-ld``