OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
"))
266
dragonegg
="degg")
378
dragonegg
=dict(debug=[],
389
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"
53
echo " -enable-
dragonegg
Test
dragonegg
. [default: disable]"
98
-enable-
dragonegg
| --enable-
dragonegg
)
168
echo "error: cannot find gcc to use with
dragonegg
"
177
echo "error: cannot find g++ to use with
dragonegg
"
302
TOP_DIR=$BuildDir/
dragonegg
.src
307
echo "# Compiling phase $Phase
dragonegg
$Release-$RC $Flavor"
314
2>&1 | tee $LogDir/
dragonegg
-Phase$Phase-$Flavor.lo
[
all
...]
/external/mksh/src/
Build.sh
342
c:combine|c:
dragonegg
|c:llvm|c:lto)
1044
dragonegg
|llvm)
1185
test $cm =
dragonegg
&& case " $CC $CFLAGS $LDFLAGS " in
1186
*\ -fplugin=*
dragonegg
*) ;;
1187
*) ac_flags 1 fplugin_dragonegg -fplugin=
dragonegg
;;
[
all
...]
Completed in 146 milliseconds