[PATCH] D110318: [Support] Restore LLVMTestingSupport as an llvm component library

Itay Bookstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 23 03:31:56 PDT 2021


nextsilicon-itay-bookstein created this revision.
nextsilicon-itay-bookstein added reviewers: chandlerc, dblaikie, rnk.
nextsilicon-itay-bookstein added a project: LLVM.
Herald added subscribers: hiraditya, mgorny.
nextsilicon-itay-bookstein requested review of this revision.
Herald added a subscriber: llvm-commits.

The LLVMTestingSupport library is intended to be a component,
as indicated by the lookup for "testingsupport" performed in
compiler-rt standalone builds. Not tagging it as such emits
a warning in compiler-rt/cmake/Modules/CompilerRTUtils.cmake
and misses a few tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110318

Files:
  llvm/lib/Testing/Support/CMakeLists.txt


Index: llvm/lib/Testing/Support/CMakeLists.txt
===================================================================
--- llvm/lib/Testing/Support/CMakeLists.txt
+++ llvm/lib/Testing/Support/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_llvm_library(LLVMTestingSupport
+add_llvm_component_library(LLVMTestingSupport
   Annotations.cpp
   Error.cpp
   SupportHelpers.cpp


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110318.374497.patch
Type: text/x-patch
Size: 357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210923/905b588b/attachment.bin>


More information about the llvm-commits mailing list