aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-12 06:32:12 +0000
committerChris Lattner <sabre@nondot.org>2010-03-12 06:32:12 +0000
commitc37aec4651baa1005c3a122ce93d725c552c7bf4 (patch)
tree984a09100b183d2262fa7fbb8b5568958925abf9 /utils
parent87913bfa1abeeed8105b2898a2b8536d9d583ab7 (diff)
downloadexternal_llvm-c37aec4651baa1005c3a122ce93d725c552c7bf4.zip
external_llvm-c37aec4651baa1005c3a122ce93d725c552c7bf4.tar.gz
external_llvm-c37aec4651baa1005c3a122ce93d725c552c7bf4.tar.bz2
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
Diffstat (limited to 'utils')
-rwxr-xr-xutils/mkpatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mkpatch b/utils/mkpatch
index 278a241..2741563 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"