diff options
author | Mehdi Amini <mehdi.amini@apple.com> | 2016-02-12 18:43:14 +0000 |
---|---|---|
committer | Mehdi Amini <mehdi.amini@apple.com> | 2016-02-12 18:43:14 +0000 |
commit | 40b369cf5a90122f1f263dc2d7d435a8476c651f (patch) | |
tree | c18a5ff79de5b6286b4f4aae3098a9992923f8eb /llvm/lib | |
parent | 907313a9cf3fab2fe348bfebac799c921164b87c (diff) | |
download | bcm5719-llvm-40b369cf5a90122f1f263dc2d7d435a8476c651f.tar.gz bcm5719-llvm-40b369cf5a90122f1f263dc2d7d435a8476c651f.zip |
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
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt b/llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt index 6d019902408..a2daa3b222a 100644 --- a/llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt +++ b/llvm/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 |