Fix bad comment marker.

llvm-svn: 126525
This commit is contained in:
Stuart Hastings 2011-02-25 22:47:58 +00:00
parent 531c079de8
commit e6f5613bcc
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ else
fi
rm -f lib/libLTO.a lib/libLTO.la
// Omit lto.h from the result. Clang will supply.
# Omit lto.h from the result. Clang will supply.
find $DEST_DIR$DEST_ROOT -name lto.h -delete
################################################################################