File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -520,24 +520,6 @@ if(build_runtimes)
520
520
endif ()
521
521
endforeach ()
522
522
endif ()
523
- if ("libc" IN_LIST LLVM_ENABLE_PROJECTS AND
524
- (LLVM_LIBC_FULL_BUILD OR LLVM_LIBC_GPU_BUILD ))
525
- if (LIBC_HDRGEN_EXE )
526
- set (hdrgen_exe ${LIBC_HDRGEN_EXE} )
527
- else ()
528
- if (TARGET ${LIBC_TABLEGEN_EXE} )
529
- set (hdrgen_exe $< TARGET_FILE:${LIBC_TABLEGEN_EXE} > )
530
- else ()
531
- set (hdrgen_exe ${LIBC_TABLEGEN_EXE} )
532
- endif ()
533
- set (hdrgen_deps ${LIBC_TABLEGEN_TARGET} )
534
- endif ()
535
- if (NOT hdrgen_exe )
536
- message (FATAL_ERROR "libc-hdrgen executable missing" )
537
- endif ()
538
- list (APPEND extra_cmake_args "-DLIBC_HDRGEN_EXE=${hdrgen_exe} " )
539
- list (APPEND extra_deps ${hdrgen_deps} )
540
- endif ()
541
523
if (LLVM_LIBC_GPU_BUILD )
542
524
list (APPEND extra_cmake_args "-DLLVM_LIBC_GPU_BUILD=ON" )
543
525
if ("libc" IN_LIST RUNTIMES_amdgcn-amd-amdhsa_LLVM_ENABLE_RUNTIMES )
You can’t perform that action at this time.
0 commit comments