[all-commits] [llvm/llvm-project] 0f8b99: [clang] Fix linking to LLVMTestingAnnotations in s...

Michał Górny via All-commits all-commits at lists.llvm.org
Tue Jan 24 04:21:56 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f8b995b63620c3eb57610f958f66691d38d7185
      https://github.com/llvm/llvm-project/commit/0f8b995b63620c3eb57610f958f66691d38d7185
  Author: Michał Górny <mgorny at gentoo.org>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M clang/unittests/CMakeLists.txt

  Log Message:
  -----------
  [clang] Fix linking to LLVMTestingAnnotations in standalone build

The LLVMTestingAnnotations library that is now used by unittests
is not installed as part of LLVM.  In order to make it possible to build
unittests when performing the standalone build of clang, build
the library from LLVM sources locally.  This mirrors the existing logic
for LLVMTestingSupport.

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




More information about the All-commits mailing list