[all-commits] [llvm/llvm-project] 1de56d: [llvmbuildectomy] Also include component groups in...

github-actions[bot] via All-commits all-commits at lists.llvm.org
Thu Nov 26 12:11:48 PST 2020


  Branch: refs/heads/temp-test-main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1de56d6d13c083c996dfd44a32041dacae037d66
      https://github.com/llvm/llvm-project/commit/1de56d6d13c083c996dfd44a32041dacae037d66
  Author: Mariusz Ceier <mceier+llvm at gmail.com>
  Date:   2020-11-26 (Thu, 26 Nov 2020)

  Changed paths:
    M llvm/cmake/modules/LLVM-Build.cmake

  Log Message:
  -----------
  [llvmbuildectomy] Also include component groups in llvm-config --components list

Without this change mesa fails while looking for llvm components like amdgpu, engine or native:

    Run-time dependency LLVM (modules: amdgpu(missing), bitreader, bitwriter, core, engine(missing), executionengine, instcombine, ipo, mcdisassembler, mcjit, native(missing), scalaropts, transformutils, coroutines)
    Looking for a fallback subproject for the dependency llvm (modules: bitwriter, engine, mcdisassembler, mcjit, core, executionengine, scalaropts, transformutils, instcombine, amdgpu, native, bitreader, ipo)

This change adds component groups (like all-targets, engine, native, amdgpu) to the "all" component.

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




More information about the All-commits mailing list