mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-28 06:00:30 +00:00
Correct comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185987 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
61c91d5d7c
commit
8cf79f86b7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user