[PATCH] D64840: [wip] Convert the NATIVE llvm build process to be project agnostic
Nathan Lanza via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 17:00:29 PDT 2019
lanza created this revision.
Herald added subscribers: llvm-commits, mgorny.
Herald added a project: LLVM.
lldb recently added a tablegen tool. In order to properly cross compile
lldb standalone there needs to be a mechanism to generate the native
lldb build, analgous to what's done for the NATIVE llvm build. Thus,
we can simply modify this setup to allow for any project to be used.
Repository:
rL LLVM
https://reviews.llvm.org/D64840
Files:
CMakeLists.txt
cmake/modules/CrossCompile.cmake
cmake/modules/TableGen.cmake
tools/llvm-config/CMakeLists.txt
tools/llvm-shlib/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64840.210223.patch
Type: text/x-patch
Size: 5501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190717/687ab7b6/attachment.bin>
More information about the llvm-commits
mailing list