Correct comment.

llvm-svn: 185987
This commit is contained in:
Duncan Sands 2013-07-10 00:52:41 +00:00
parent 3b7d46c3ae
commit 488c99e075
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ for Flavor in $Flavors ; do
build_dragonegg 2 $Flavor $llvmCore_de_phase2_installdir $dragonegg_phase2_objdir
########################################################################
# Phase 3: Build llvmCore with newly built clang from phase 2.
# Phase 3: Build llvmCore with newly built dragonegg from phase 2.
c_compiler="$gcc_compiler -fplugin=$dragonegg_phase2_objdir/dragonegg.so"
cxx_compiler="$gxx_compiler -fplugin=$dragonegg_phase2_objdir/dragonegg.so"
echo "# Phase 3: Building llvmCore with dragonegg"