Skip to content

Commit

Permalink
Correct comment.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185987 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
CunningBaldrick committed Jul 10, 2013
1 parent 61c91d5 commit 8cf79f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/release/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8cf79f8

Please sign in to comment.