From 32bf97b2b6e6f044caf1524180f0a442f517f841 Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Fri, 12 Feb 2016 18:43:14 +0000 Subject: [PATCH] GlobalISel is always built since r260566, reflect it in LLVMBuild.txt Other component could not depends on an optional library in llvm-config From: Mehdi Amini git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260701 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/GlobalISel/LLVMBuild.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/GlobalISel/LLVMBuild.txt b/lib/CodeGen/GlobalISel/LLVMBuild.txt index 6d019902408..a2daa3b222a 100644 --- a/lib/CodeGen/GlobalISel/LLVMBuild.txt +++ b/lib/CodeGen/GlobalISel/LLVMBuild.txt @@ -16,7 +16,7 @@ ;===------------------------------------------------------------------------===; [component_0] -type = OptionalLibrary +type = Library name = GlobalISel parent = CodeGen required_libraries = Analysis CodeGen Core MC Support Target TransformUtils