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/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/swiftshader/third_party/LLVM/utils/buildit/
build_llvm 140 LLVM_VERSION="$LLVM_SUBMIT_VERSION"
142 LLVM_VERSION="$LLVM_SUBMIT_VERSION-$LLVM_SUBMIT_SUBVERSION"
162 CXXFLAGS="-DLLVM_VERSION_INFO='\" Apple Build #$LLVM_VERSION\"'" \
201 echo "#define LLVM_VERSION ${RC_ProjectSourceVersion}" > $DEST_DIR$DEST_ROOT/include/llvm/Version.h
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 272 if [ -n "$LLVM_VERSION" ]; then
273 if version_ge "$LLVM_VERSION" "3.4"; then

Completed in 73 milliseconds