[PATCH] D64837: [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 15:50:50 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/D64837

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: D64837.210208.patch
Type: text/x-patch
Size: 8172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190716/d2d4e094/attachment.bin>


More information about the llvm-commits mailing list