[all-commits] [llvm/llvm-project] fa44d7: [build] Fix runtimes build after 2e745ba6b0ba

Shoaib Meenai via All-commits all-commits at lists.llvm.org
Wed Jan 29 12:19:28 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fa44d72b9e433c6c8d696f08bf138284f91b6958
      https://github.com/llvm/llvm-project/commit/fa44d72b9e433c6c8d696f08bf138284f91b6958
  Author: Shoaib Meenai <smeenai at fb.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M llvm/runtimes/CMakeLists.txt

  Log Message:
  -----------
  [build] Fix runtimes build after 2e745ba6b0ba

I missed the NOT in the condition; this part is actually responsible for
passing LLVM_ENABLE_RUNTIMES to the per-target runtime configures, which
in turn makes them actually build.

I'll put up a more general solution for review, but restore this in the
meantime to fix the runtimes build.




More information about the All-commits mailing list