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 <mehdi.amini@apple.com>
llvm-svn: 260701
This commit is contained in:
Mehdi Amini 2016-02-12 18:43:14 +00:00
parent dcb378d5fc
commit 217c73784f

View File

@ -16,7 +16,7 @@
;===------------------------------------------------------------------------===;
[component_0]
type = OptionalLibrary
type = Library
name = GlobalISel
parent = CodeGen
required_libraries = Analysis CodeGen Core MC Support Target TransformUtils