[all-commits] [llvm/llvm-project] e37cb6: Fix build when LLVM_BUILTIN_TARGETS is not set

Yi Kong via All-commits all-commits at lists.llvm.org
Mon Jan 9 21:58:34 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e37cb6390c892b88efc511bc616e34f88443a133
      https://github.com/llvm/llvm-project/commit/e37cb6390c892b88efc511bc616e34f88443a133
  Author: Yi Kong <yikong at google.com>
  Date:   2023-01-10 (Tue, 10 Jan 2023)

  Changed paths:
    M llvm/runtimes/CMakeLists.txt

  Log Message:
  -----------
  Fix build when LLVM_BUILTIN_TARGETS is not set

If LLVM_BUILTIN_TARGETS is not set, no OS specific variants will be
created, causing CMake build failure. Depend on the generic builtins
target if LLVM_BUILTIN_TARGETS is not set.

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




More information about the All-commits mailing list