Allow things like --libs CBackend

llvm-svn: 30089
This commit is contained in:
Chris Lattner 2006-09-04 05:35:23 +00:00
parent 956f73bdfa
commit 2d4cae9896
1 changed files with 3 additions and 0 deletions

View File

@ -143,6 +143,9 @@ if (@components == 0) {
push @components, 'all';
}
# Force component names to lower case.
@components = map lc, @components;
# Handle any arguments which require building our dependency graph.
if ($want_libs || $want_libnames || $want_libfiles) {
my @libs = expand_dependencies(@components);