mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
As Eric pointed out, even a Debug build should be equal. Leave the flag that can turn off comparisons though.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153927 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9dd16d41a2
commit
cbece8c2a6
@ -437,7 +437,6 @@ for Flavor in $Flavors ; do
|
||||
# Compare .o files between Phase2 and Phase3 and report which ones
|
||||
# differ.
|
||||
if [ "$do_compare" = "yes" ]; then
|
||||
if [ "$Flavor" = "Release" -o "$Flavor" = "Release-64" ]; then
|
||||
echo
|
||||
echo "# Comparing Phase 2 and Phase 3 files"
|
||||
for o in `find $llvmCore_phase2_objdir -name '*.o'` ; do
|
||||
@ -448,7 +447,6 @@ for Flavor in $Flavors ; do
|
||||
done
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
# Test dragonegg
|
||||
if [ "$do_dragonegg" = "yes" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user