[Lldb-commits] [PATCH] D108053: [lldb] skip host build for lldb_tblgen with LLDB_TABLEGEN_EXE set

2021-08-13 Thread Manoj Gupta via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG1f7b25ea76a9: [lldb] skip host build for lldb_tblgen with LLDB_TABLEGEN_EXE set (authored by manojgupta). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D108053: [lldb] skip host build for lldb_tblgen with LLDB_TABLEGEN_EXE set

2021-08-13 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. Looks reasonable to me. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D108053/new/ https://reviews.llvm.org/D108053

[Lldb-commits] [PATCH] D108053: [lldb] skip host build for lldb_tblgen with LLDB_TABLEGEN_EXE set

2021-08-13 Thread Manoj Gupta via Phabricator via lldb-commits
manojgupta added a comment. This is a local patch we have been carrying in Chrome OS. What we do to cross compile lldb-server: 1. Create host build to build tools like llvm-tblgen, clang-tblgen, lldb-tblgen 2. Cross compile llvm and clang libraries using the just build *tblgen. 3. Cross compile

[Lldb-commits] [PATCH] D108053: [lldb] skip host build for lldb_tblgen with LLDB_TABLEGEN_EXE set

2021-08-13 Thread Manoj Gupta via Phabricator via lldb-commits
manojgupta created this revision. manojgupta added reviewers: JDevlieghere, mstorsjo. Herald added a subscriber: mgorny. manojgupta requested review of this revision. Herald added a project: LLDB. When cross compiling lldb-server, do not create a host build for building lldb-tblgeb when