File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,6 @@ set(LLVM_DISTRIBUTION_COMPONENTS
3434 ${LLVM_TOOLCHAIN_TOOLS}
3535 CACHE STRING "" )
3636
37- # TODO: Switch to newhdrgen for LLVM libc
38- set (LLVM_LIBC_FULL_BUILD ON CACHE BOOL "" )
39- set (LIBC_HDRGEN_ONLY ON CACHE BOOL "" )
40-
4137set (LLVM_BUILTIN_TARGETS armv8m.main-none-eabi;riscv32-unknown-elf CACHE STRING "" )
4238foreach (target ${LLVM_BUILTIN_TARGETS} )
4339 set (BUILTINS_${target} _CMAKE_SYSTEM_NAME Generic CACHE STRING "" )
@@ -62,8 +58,6 @@ foreach(target ${LLVM_RUNTIME_TARGETS})
6258 set (RUNTIMES_${target} _LLVM_INCLUDE_TESTS OFF CACHE BOOL "" )
6359 set (RUNTIMES_${target} _LLVM_LIBC_FULL_BUILD ON CACHE BOOL "" )
6460 set (RUNTIMES_${target} _LIBC_ENABLE_USE_BY_CLANG ON CACHE BOOL "" )
65- # TODO: Switch to newhdrgen for LLVM libc
66- set (RUNTIMES_${target} _LIBC_USE_NEW_HEADER_GEN OFF CACHE BOOL "" )
6761 set (RUNTIMES_${target} _LIBCXX_CXX_ABI none CACHE STRING "" )
6862 set (RUNTIMES_${target} _LIBCXX_LIBC llvm-libc CACHE STRING "" )
6963 set (RUNTIMES_${target} _LIBCXX_ENABLE_SHARED OFF CACHE BOOL "" )
You can’t perform that action at this time.
0 commit comments