zephyr/cmake/toolchain/llvm/clang_compiler_rt.cfg
Patryk Duda 4b94fc3da2 llvm: Add support for selecting runtime library
This patch adds Kconfig options to select either GNU libgcc or LLVM
compiler-rt. The 'rtlib' flag is provided in a config file, so this
patch introduces 'clang_libgcc.cfg' and 'clang_compiler_rt.cfg' which
enable appropriate library. The file is selected by concatenating
the 'clang_' prefix with library name.

Signed-off-by: Patryk Duda <pdk@semihalf.com>
2023-08-03 19:35:11 +02:00

5 lines
103 B
INI

# Copyright (c) 2023 The ChromiumOS Authors
# SPDX-License-Identifier: Apache-2.0
--rtlib=compiler-rt