[all-commits] [llvm/llvm-project] 9ddbcb: [gn build] Fix build of merge-fdata in a clean bui...

Nico Weber via All-commits all-commits at lists.llvm.org
Mon Dec 5 12:45:08 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ddbcb0182c0b84c24c8086ca3bd72abd19c9d94
      https://github.com/llvm/llvm-project/commit/9ddbcb0182c0b84c24c8086ca3bd72abd19c9d94
  Author: Nico Weber <thakis at chromium.org>
  Date:   2022-12-05 (Mon, 05 Dec 2022)

  Changed paths:
    M llvm/utils/gn/secondary/bolt/tools/merge-fdata/BUILD.gn

  Log Message:
  -----------
  [gn build] Fix build of merge-fdata in a clean build dir

merge-fdata doesn't depend on any libraries except Support,
but it includes headers that require Attributes.inc to exist.
Add a dep that ensures that it does exist.
Corresponds to the intrinsics_gen dep in CMake.




More information about the All-commits mailing list