Home
last modified time | relevance | path

Searched refs:lld (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/cmake/modules/
DFindLlvmLld.cmake6 # FindGnuLd module for locating LLVM lld linker.
11 # Path to LLVM lld linker
15 # True if LLVM lld was found.
18 # The version of LLVM lld.
23 execute_process(COMMAND ${CMAKE_C_COMPILER} --print-prog-name=ld.lld
38 # Note that, although there is lld, it cannot be used directly
40 # and asks you to use ld.lld instead. So do not search for lld.
41 find_program(LLVMLLD_LINKER ld.lld ${LLD_SEARCH_PATH})
45 # Parse the 'ld.lld --version' output to find the installed version.
DFindTargetTools.cmake100 # E.g. toolchain/llvm may pick {clang, ld} or {clang, lld}.
/Zephyr-latest/cmake/toolchain/llvm/
DKconfig15 bool "LLVM lld"
17 Use LLVM built-in lld linker with llvm/clang.
Dtarget.cmake6 set(LINKER lld)
/Zephyr-latest/cmake/linker/lld/
Dlinker_flags.cmake6 # Since lld is a drop in replacement for ld, we can just use ld's flags as a base
7 # and adjust for lld specifics afterwards.
Dtarget.cmake9 list(APPEND TOOLCHAIN_LD_FLAGS -fuse-ld=lld)
10 list(APPEND CMAKE_REQUIRED_FLAGS -fuse-ld=lld)
/Zephyr-latest/lib/os/
Dcbprintf_nano.c219 long long lld = va_arg(ap, long long); in z_cbvprintf_impl() local
221 if (lld != (int_value_type) lld) { in z_cbvprintf_impl()
227 d = (int_value_type) lld; in z_cbvprintf_impl()
/Zephyr-latest/tests/subsys/logging/log_msg/src/
Dmain.c238 long long lld = 0x12341234563412; in ZTEST() local
246 TEST_MSG, s8, u, lld, (void *)str, lld, (void *)iarray); in ZTEST()
250 TEST_MSG, s8, u, lld, (void *)str, lld, (void *)iarray); in ZTEST()
254 0, 0, TEST_MSG, s8, u, lld, str, lld, iarray); in ZTEST()
255 snprintfcb(str, sizeof(str), TEST_MSG, s8, u, lld, str, lld, iarray); in ZTEST()
/Zephyr-latest/cmake/linker/ld/clang/
Dlinker_flags.cmake11 # GNU ld and LLVM lld complains when used with llvm/clang:
/Zephyr-latest/cmake/toolchain/oneApi/
Dgeneric.cmake18 set(LINKER lld)
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Dlinker.ld227 * eh_frame section won't be removed even with "--gc-sections" by LLVM lld.
235 * with "--orphan-handling=warn" by LLVM lld.
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dlinker.ld330 * will be removed with "--gc-sections" by LLVM lld, so add keep
561 * eh_frame section won't be removed even with "--gc-sections" by LLVM lld.
569 * with "--orphan-handling=warn" by LLVM lld.
/Zephyr-latest/doc/develop/languages/c/
Dpicolibc.rst101 * Long long format specifiers (e.g. ``%lld``) require
/Zephyr-latest/include/zephyr/arch/arm64/scripts/
Dlinker.ld340 * warnings when "--orphan-handling=warn" is set for lld.
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/scripts/
Dlinker.ld427 * warnings when "--orphan-handling=warn" is set for lld.
/Zephyr-latest/include/zephyr/arch/riscv/common/
Dlinker.ld438 * warnings when "--orphan-handling=warn" is set for lld.
/Zephyr-latest/
DKconfig.zephyr328 instructions in the output object file. For ld and lld, this enables `--relax`.
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst1968 * :github:`32237` - twister failing locally - fails to link native_posix w/lld
Drelease-notes-3.2.rst2566 * :github:`41776` - LLVM: support -fuse-ld=lld linker on qemu_x86.