[all-commits] [llvm/llvm-project] 5d02e3: [build] Fix stand-alone builds of clang.

Francesco Petrogalli via All-commits all-commits at lists.llvm.org
Mon Jan 23 15:57:25 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d02e38f56dfa6c46dd71658c185582af1ffb07b
      https://github.com/llvm/llvm-project/commit/5d02e38f56dfa6c46dd71658c185582af1ffb07b
  Author: Francesco Petrogalli <francesco.petrogalli at apple.com>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M llvm/cmake/modules/LLVMConfig.cmake.in

  Log Message:
  -----------
  [build] Fix stand-alone builds of clang.

The target RISCVTargetParserTablegen needs to be visible for stand-alone [1] builds of clang to prevent configuration failures.

[1] https://llvm.org/docs/GettingStarted.html#stand-alone-builds

Reviewed By: tstellar

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




More information about the All-commits mailing list