Lines Matching full:scons
36 import SCons.Errors
37 import SCons.Util
53 raise SCons.Errors.InternalError("Specified LLVM directory not found")
64 raise SCons.Errors.InternalError("LLVM binary directory not found")
71 print('scons: LLVM environment variable must be specified when building for windows')
77 print('scons: could not find %s' % llvm_config)
95 print('scons: could not determine the LLVM version from %s' % llvm_config)
98 … print('scons: LLVM version %s found, but %s is required' % (llvm_version, required_llvm_version))
234 print('scons: %s script not found' % llvm_config)
241 … print('scons: LLVM version %s found, but %s is required' % (llvm_version, required_llvm_version))
267 print('scons: llvm-config version %s failed' % llvm_version)
273 print('scons: Found LLVM version %s' % llvm_version)