[all-commits] [llvm/llvm-project] 10f725: [gn build] Extract compiled_action.gni from tableg...

Nico Weber via All-commits all-commits at lists.llvm.org
Fri Jun 3 07:22:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 10f7255d32b690a44556297cee9a2ddb476e8ea6
      https://github.com/llvm/llvm-project/commit/10f7255d32b690a44556297cee9a2ddb476e8ea6
  Author: Nico Weber <thakis at chromium.org>
  Date:   2022-06-03 (Fri, 03 Jun 2022)

  Changed paths:
    A llvm/utils/gn/build/compiled_action.gni
    A llvm/utils/gn/build/run_built_binary.py
    R llvm/utils/gn/build/run_tablegen.py
    M llvm/utils/gn/secondary/llvm/utils/TableGen/tablegen.gni

  Log Message:
  -----------
  [gn build] Extract compiled_action.gni from tablegen.gni

After years of tablegen being the only host binary we run as part
of the build, we're now in the process of growing at least two more:
- make_confusable_table (https://reviews.llvm.org/rG180bae08a04d)
- pseudo-gen (not yet fully hooked up in the GN build, but I have
  a local branch that hooks it up)

Factor out the few lines we need for running a host binary as part of the
build.

No behavior change.

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




More information about the All-commits mailing list