[all-commits] [llvm/llvm-project] c6ef6e: [build] normalize components dependencies

serge-sans-paille via All-commits all-commits at lists.llvm.org
Tue Nov 17 01:44:52 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c6ef6e1690d517b3401ea06b1fe46871eb67434d
      https://github.com/llvm/llvm-project/commit/c6ef6e1690d517b3401ea06b1fe46871eb67434d
  Author: serge-sans-paille <sguelton at redhat.com>
  Date:   2020-11-17 (Tue, 17 Nov 2020)

  Changed paths:
    M llvm/lib/ExecutionEngine/CMakeLists.txt
    M llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt
    M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
    M llvm/lib/FileCheck/CMakeLists.txt
    M llvm/lib/Frontend/OpenACC/CMakeLists.txt

  Log Message:
  -----------
  [build] normalize components dependencies

Use LINK_COMPONENTS instead of explicit target_link_libraries for components.
This avoids redundancy and potential inconsistencies.

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




More information about the All-commits mailing list