HomeSort by relevance Sort by last modified time
    Searched refs:llvm_config (Results 1 - 2 of 2) sorted by null

  /external/llvm/bindings/go/
build.sh 12 llvm_config="$llvm_builddir/bin/llvm-config"
21 llvm_buildtargets="$($llvm_config --libs $llvm_components | sed -e 's/-l//g')"
28 $llvm_go print-config > $gollvmdir/llvm_config.go
  /external/mesa3d/scons/
llvm.py 75 llvm_config = os.path.join(llvm_dir, 'include/llvm/Config/llvm-config.h')
76 if not os.path.exists(llvm_config):
77 print 'scons: could not find %s' % llvm_config
84 for line in open(llvm_config, 'rt'):
95 print 'scons: could not determine the LLVM version from %s' % llvm_config
197 llvm_config = os.environ.get('LLVM_CONFIG', 'llvm-config')
198 if not env.Detect(llvm_config):
199 print 'scons: %s script not found' % llvm_config
202 llvm_version = env.backtick('%s --version' % llvm_config).rstrip(
    [all...]

Completed in 188 milliseconds