Home | History | Annotate | Download | only in llvm-config

Lines Matching refs:libraries

185   --libdir           Directory containing LLVM libraries.

190 --libs Libraries needed to link against LLVM components.
198 all All LLVM libraries (default).
222 # Turn the list of libraries into a list of files.
238 # our libraries into fewer archives, we could make the linker do much
241 # Libraries have two different types of names in this code: Human-friendly
256 # Each "set" contains one or more libraries which must be included as a
263 my %SET_DEPS; # Maps sets to a list of libraries they depend on.
277 # Expand the library sets into libraries.
306 # Add entries for all the actual libraries.
389 # Given a list of internal library names, return all sets of libraries which