3 set(LLVM_LINK_COMPONENTS Support)
5 add_tablegen(libc-hdrgen LIBC
10 IncludeFileCommand.cpp
17 target_include_directories(libc-hdrgen PRIVATE ${LLVM_INCLUDE_DIR} ${LLVM_MAIN_INCLUDE_DIR})
18 target_link_libraries(libc-hdrgen PRIVATE LibcTableGenUtil)
20 add_subdirectory(PrototypeTestGen)