mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
[libc][CMake] Missing TableGen include
HdrGen CMake build uses TableGen so it should include TableGen module. Differential Revision: https://reviews.llvm.org/D144435
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
include(TableGen)
|
||||
|
||||
set(LLVM_LINK_COMPONENTS Support)
|
||||
|
||||
add_tablegen(libc-hdrgen LIBC
|
||||
|
||||
Reference in New Issue
Block a user