From 4b199ee30770f5ec433f62095abe2949f185aa90 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Mon, 19 Jun 2017 22:01:50 +0000 Subject: [PATCH] Mark LLVMTestingSupport as not installed in LLVMBuild. This is causing downstream issues with llvm-config. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305754 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Testing/Support/LLVMBuild.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Testing/Support/LLVMBuild.txt b/lib/Testing/Support/LLVMBuild.txt index 40853e8172d..173cfb4a558 100644 --- a/lib/Testing/Support/LLVMBuild.txt +++ b/lib/Testing/Support/LLVMBuild.txt @@ -20,3 +20,4 @@ type = Library name = TestingSupport parent = Libraries required_libraries = Support +installed = 0 -- 2.50.1