mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 00:16:39 +00:00

Summary: This patch adds an interface that uses an in-tree build of LLVM's libc and libc++. This is done using the `-DFLANG_RT_LIBC_PROVIDER=llvm` and `-DFLANG_RT_LIBCXX_PROVIDER=llvm` options. Using `libc` works in terms of CMake, but the LLVM libc is not yet complete enough to compile all the files.