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 907313a9cf
commit 40b369cf5a
1 changed files with 1 additions and 1 deletions

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