Home | History | Annotate | Download | only in CommandGuide

Lines Matching full:specified

27 When looking for objects specified on the command line, B<llvm-ld> will search 

29 specified by the B<LLVM_LIB_SEARCH_PATH> environment variable. If it cannot
32 When looking for a library specified with the B<-l> option, B<llvm-ld> first
37 are specified. If the library cannot be located, then B<llvm-ld> looks in the
38 directory specified by the B<LLVM_LIB_SEARCH_PATH> environment variable. If it
44 The B<-L> option is global. It does not matter where it is specified in the
51 specified on the command line. All library files are linked next.
111 specified by B<-o filename> option.
116 for the program. Only the base name should be specified as F<name>, without a
122 specified with the B<-l> option. The paths will be searched in the order in
123 which they are specified on the command line. If the library is still not found,
125 libraries specified with the B<-l> option that occur I<before> any B<-L> options
205 will be generated. It will be passed to the program specified by F<Path> as the
223 libraries. Any paths specified in this variable will be searched after the C<-L>