[all-commits] [llvm/llvm-project] 0e5ea4: Fix running orc-rt tests with LLVM_BUILD_EXTERNAL_...

Ben Langmuir via All-commits all-commits at lists.llvm.org
Tue Jan 25 08:28:15 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e5ea403e8deeb5374a9072aaa12292b9c0bed30
      https://github.com/llvm/llvm-project/commit/0e5ea403e8deeb5374a9072aaa12292b9c0bed30
  Author: Ben Langmuir <blangmuir at apple.com>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    M clang/runtime/CMakeLists.txt

  Log Message:
  -----------
  Fix running orc-rt tests with LLVM_BUILD_EXTERNAL_COMPILER_RT

Add missing dependency on llvm-jitlink when building compiler-rt with
LLVM_BUILD_EXTERNAL_COMPILER_RT. Previously we would
non-deterministically fail the tests due to the missing binary.

rdar://87247681

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




More information about the All-commits mailing list