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

  /external/llvm/bindings/python/llvm/
common.py 17 # LLVM_VERSION: sync with PACKAGE_VERSION in autoconf/configure.ac and CMakeLists.txt
19 LLVM_VERSION = '3.4'
105 names = ['LLVM-' + LLVM_VERSION, 'LLVM-' + LLVM_VERSION + 'svn']
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/
Makefile 18 ifeq ($(shell expr `echo $(LLVM_VERSION) | sed -e 's/\([0-9]\)\.\([0-9]\)/\10\2/g'` \>= 302),1)
  /external/mesa3d/src/gallium/auxiliary/
Makefile 18 ifeq ($(shell expr `echo $(LLVM_VERSION) | sed -e 's/\([0-9]\)\.\([0-9]\)/\10\2/g'` \>= 302),1)
  /external/llvm/utils/buildit/
build_llvm 87 LLVM_VERSION="$LLVM_SUBMIT_VERSION"
89 LLVM_VERSION="$LLVM_SUBMIT_VERSION-$LLVM_SUBMIT_SUBVERSION"
167 CXXFLAGS="-DLLVM_VERSION_INFO='\" Apple Build #$LLVM_VERSION\"'"
210 CXXFLAGS="-DLLVM_VERSION_INFO='\" Apple Build #$LLVM_VERSION\"'"
241 echo "#define LLVM_VERSION ${RC_ProjectSourceVersion}" > $DEST_DIR$DEST_ROOT/include/llvm/Version.h

Completed in 406 milliseconds