Lines Matching refs:components
14 # Syntax: llvm-config OPTIONS... [COMPONENTS...]
91 my @components;
123 } elsif ($arg eq "--components") {
139 push @components, $arg;
146 # If no components were specified, default to 'all'.
147 if (@components == 0) {
148 push @components, 'all';
152 @components = map lc, @components;
156 my @libs = expand_dependencies(@components);
190 --libs Libraries needed to link against LLVM components.
193 --components List of all possible components.
197 Typical components: