Lines Matching refs:not
22 # KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
52 if not os.path.isdir(llvm_dir):
53 raise SCons.Errors.InternalError("Specified LLVM directory not found")
61 if not os.path.isdir(llvm_bin_dir):
63 if not os.path.isdir(llvm_bin_dir):
64 raise SCons.Errors.InternalError("LLVM binary directory not found")
76 if not os.path.exists(llvm_config):
77 print('scons: could not find %s' % llvm_config)
91 if llvm_version_major is not None and llvm_version_minor is not None:
95 print('scons: could not determine the LLVM version from %s' % llvm_config)
227 '/wd4624', # 'derived class' : destructor could not be generated because a base class destructor is inaccessible
237 if not env.Detect(llvm_config):
238 print('scons: %s script not found' % llvm_config)
274 assert llvm_version is not None