Searched refs:LLVM_VERSION (Results 1 - 4 of 4) sorted by relevance

/external/llvm/bindings/python/llvm/
H A Dcommon.py17 # LLVM_VERSION: sync with PACKAGE_VERSION in autoconf/configure.ac and CMakeLists.txt
19 LLVM_VERSION = '3.4' variable
105 names = ['LLVM-' + LLVM_VERSION, 'LLVM-' + LLVM_VERSION + 'svn']
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/
H A DMakefile18 ifeq ($(shell expr `echo $(LLVM_VERSION) | sed -e 's/\([0-9]\)\.\([0-9]\)/\10\2/g'` \>= 302),1)
/external/mesa3d/src/gallium/auxiliary/
H A DMakefile18 ifeq ($(shell expr `echo $(LLVM_VERSION) | sed -e 's/\([0-9]\)\.\([0-9]\)/\10\2/g'` \>= 302),1)
/external/llvm/utils/buildit/
H A Dbuild_llvm87 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 253 milliseconds