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

  /external/llvm/projects/
Makefile 23 # DragonEgg may be checked out here but doesn't (yet) build directly.
24 DIRS := $(filter-out dragonegg,$(DIRS))
  /external/llvm/utils/
llvm-compilers-check 12 # will build LLVM, Clang and dragonegg as well as run tests on them.
19 # dragonegg
24 # dragonegg
29 # dragonegg
51 # dragonegg, putting build results in ~/build and installing tools in
146 parser.add_option("--no-dragonegg", default=False, action="store_true",
147 help=("Do not build dragonegg"))
270 dragonegg="degg")
381 dragonegg=dict(debug=[],
397 dragonegg=dict(debug=dict(CC=self.cc
    [all...]
  /external/llvm/utils/release/
test-release.sh 21 projects="llvm cfe dragonegg compiler-rt libcxx test-suite clang-tools-extra"
56 echo " -enable-dragonegg Test dragonegg. [default: disable]"
106 -enable-dragonegg | --enable-dragonegg )
190 echo "error: cannot find gcc to use with dragonegg"
199 echo "error: cannot find g++ to use with dragonegg"
338 TOP_DIR=$BuildDir/dragonegg.src
343 echo "# Compiling phase $Phase dragonegg $Release-$RC $Flavor"
350 2>&1 | tee $LogDir/dragonegg-Phase$Phase-$Flavor.lo
    [all...]
  /external/mksh/src/
Build.sh 346 c:combine|c:dragonegg|c:llvm|c:lto)
1057 dragonegg|llvm)
1239 test $cm = dragonegg && case " $CC $CFLAGS $LDFLAGS " in
1240 *\ -fplugin=*dragonegg*) ;;
1241 *) ac_flags 1 fplugin_dragonegg -fplugin=dragonegg ;;
    [all...]

Completed in 845 milliseconds