From: Stuart Hastings Date: Fri, 25 Feb 2011 22:47:58 +0000 (+0000) Subject: Fix bad comment marker. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=186e2509fd36b5d97a2617c08559cc79b6c02e71;p=oota-llvm.git Fix bad comment marker. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126525 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/buildit/build_llvm b/utils/buildit/build_llvm index 3aa55884a98..95cd3b707cd 100755 --- a/utils/buildit/build_llvm +++ b/utils/buildit/build_llvm @@ -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 ################################################################################