[all-commits] [llvm/llvm-project] 1f7b25: [lldb] skip host build for lldb_tblgen with LLDB_T...

m-gupta via All-commits all-commits at lists.llvm.org
Fri Aug 13 14:18:54 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f7b25ea76a925aca690da28de9d78db7ca99d0c
      https://github.com/llvm/llvm-project/commit/1f7b25ea76a925aca690da28de9d78db7ca99d0c
  Author: Manoj Gupta <manojgupta at google.com>
  Date:   2021-08-13 (Fri, 13 Aug 2021)

  Changed paths:
    M lldb/CMakeLists.txt

  Log Message:
  -----------
  [lldb] skip host build for lldb_tblgen with LLDB_TABLEGEN_EXE set

When cross compiling lldb-server, do not create a host build
for building lldb-tblgeb when LLDB_TABLEGEN_EXE is already
provided. This avoids an expensive and time-consuming build step
if lldb-tblgen was already built previously for host.

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D108053




More information about the All-commits mailing list