Lines Matching refs:need
17 may need to adapt the instructions here to fit your own local situation.
80 The ``build-c-flags`` need to be sufficient to pass the C-make compiler check,
82 tests. When cross-compiling with clang we will need to pass sufficient
84 need to select the Arm target, select the Armv7-A architecture and choose
111 To test the builtins library we need to add a few more cmake flags to enable
123 The "test-c-flags" need to include the target, architecture, gcc-toolchain,
156 The multiarch support is not sufficient to build the builtins you will need to
201 may need extra c-flags such as ``-mfloat-abi=softfp`` for use of floating-point
205 You will need to use an arm-linux-gnueabi GNU toolchain for soft-float.
215 The CMAKE_C_FLAGS and COMPILER_RT_TEST_COMPILER_CFLAGS may also need:
235 To get the cmake compile test to pass you will need to pass the libraries
278 You will need a bare metal sysroot such as that provided by the GNU ARM
290 into the directory llvm/runtimes. You will also need clang and lld checked out.