llvm-project/libc/utils/LibcTableGenUtil
Joseph Huber 93d1a7bfc1 [libc] Fix tablegen when using a runtimes build
When using `LLVM_ENABLE_RUNTIMES=libc` we need to perform a few extra
steps to include LLVM utilities similar to if we were performing a
standalone build. Libc depends on the tablegen utilities and the LLVM
libraries when performing a full build. When using an
`LLVM_ENABLE_PROJECTS=libc` build these are included as a part of the
greater LLVM build, but here we need to perform it maunally. This patch
should allow using `LLVM_LIBC_FULL_BUILD=ON` when building with
runtimes.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D138040
2022-11-15 12:09:52 -06:00
..
APIIndexer.cpp [libc][NFC] Fix a few compiler warnings. 2022-08-09 22:30:40 +00:00
APIIndexer.h
CMakeLists.txt [libc] Fix tablegen when using a runtimes build 2022-11-15 12:09:52 -06:00