[all-commits] [llvm/llvm-project] bc58e0: [compiler-rt] cmake: add include(BuiltinTests) to ...

Puyan Lotfi via All-commits all-commits at lists.llvm.org
Thu Oct 24 15:39:22 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bc58e0279b75402be1907b96fac89e12ed326590
      https://github.com/llvm/llvm-project/commit/bc58e0279b75402be1907b96fac89e12ed326590
  Author: Puyan Lotfi <puyan at puyan.org>
  Date:   2019-10-24 (Thu, 24 Oct 2019)

  Changed paths:
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake

  Log Message:
  -----------
  [compiler-rt] cmake: add include(BuiltinTests) to CompilerRTDarwinUtils

In cmake, if TEST_COMPILE_ONLY is set
compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake invokes try_compile_only()
but try_compile_only() is defined in BuiltinTests.cmake and is not included in
CompilerRTDarwinUtils.cmake. This patch simply includes it BuiltinTests.

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




More information about the All-commits mailing list