Home | History | Annotate | Download | only in scons

Lines Matching refs:LIBS

49         # Do nothing -- use the system headers/libs
103 # LIBS should match the output of `llvm-config --libs engine mcjit bitwriter x86asmprinter irreader`
105 env.Prepend(LIBS = [
128 env.Prepend(LIBS = [
146 env.Prepend(LIBS = [
163 env.Prepend(LIBS = [
175 env.Prepend(LIBS = [
187 env.Prepend(LIBS = [
200 env.Prepend(LIBS = [
211 env.Append(LIBS = [
265 env.ParseConfig('%s --libs ' % llvm_config + ' '.join(components))
268 env.ParseConfig('%s --system-libs' % llvm_config)