From 202c6a7e769bee90b77f48bdb3923c6e3932ff8f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 12 Mar 2010 06:32:12 +0000 Subject: [PATCH] update mkpatch for MC, patch by Aaron Gray git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98334 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/mkpatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mkpatch b/utils/mkpatch index 278a241018f..2741563f041 100755 --- a/utils/mkpatch +++ b/utils/mkpatch @@ -23,7 +23,7 @@ echo "mkpatch: Generating differences on all directories" 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/Linker \ + lib/ExecutionEngine lib/Linker lib/MC \ tools test unittests runtime projects examples Xcode echo "mkpatch: Removing cruft from the patch file" -- 2.34.1