[llvm-commits] [llvm] r93771 - /llvm/trunk/utils/mkpatch
Chris Lattner
sabre at nondot.org
Mon Jan 18 13:09:06 PST 2010
Author: lattner
Date: Mon Jan 18 15:09:05 2010
New Revision: 93771
URL: http://llvm.org/viewvc/llvm-project?rev=93771&view=rev
Log:
update mkpatch, patch by Garrison Venn!
Modified:
llvm/trunk/utils/mkpatch
Modified: llvm/trunk/utils/mkpatch
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/mkpatch?rev=93771&r1=93770&r2=93771&view=diff
==============================================================================
--- llvm/trunk/utils/mkpatch (original)
+++ llvm/trunk/utils/mkpatch Mon Jan 18 15:09:05 2010
@@ -23,8 +23,8 @@
svn diff -x -u >> "$NAME".patch.raw 2>&1 \
autoconf docs utils include lib/System lib/Support lib/VMCore lib/AsmParser \
lib/Bitcode lib/Analysis lib/Transforms lib/CodeGen lib/Target \
- lib/ExecutionEngine lib/Debugger lib/Linker \
- tools test unittests runtime projects examples win32 Xcode
+ lib/ExecutionEngine lib/Linker \
+ tools test unittests runtime projects examples Xcode
echo "mkpatch: Removing cruft from the patch file"
sed -e '/^[?] .*/d' -e '/^cvs diff: Diffing/d' "$NAME".patch.raw | awk '\
More information about the llvm-commits
mailing list