diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-12 06:32:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-12 06:32:12 +0000 |
commit | 202c6a7e769bee90b77f48bdb3923c6e3932ff8f (patch) | |
tree | 984a09100b183d2262fa7fbb8b5568958925abf9 | |
parent | 53351a175df59c0f8b96011f30842d87046fc9d6 (diff) |
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
-rwxr-xr-x | utils/mkpatch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mkpatch b/utils/mkpatch index 278a241018..2741563f04 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" |