summaryrefslogtreecommitdiff
path: root/recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-06-30 16:19:42 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-06-30 16:19:42 +0400
commitf2c65a6c54c402e013a7264aa433844be864455a (patch)
tree8d8e63352abf1f9996ce40a4455444ad1d26220c /recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch
parente90cf71fe69917d5716fbf25846ba0e91f0b5bd7 (diff)
parent81adc0e1ce121a1cb04ea484761920e6e79c6f25 (diff)
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch')
-rw-r--r--recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch b/recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch
deleted file mode 100644
index 8888884ea5..0000000000
--- a/recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: lib/Support/Debug.cpp
-===================================================================
---- lib/Support/Debug.cpp (Revision 71077)
-+++ lib/Support/Debug.cpp (Arbeitskopie)
-@@ -48,7 +48,7 @@
- static cl::opt<DebugOnlyOpt, true, cl::parser<std::string> >
- DebugOnly("debug-only", cl::desc("Enable a specific type of debug output"),
- cl::Hidden, cl::value_desc("debug string"),
-- cl::location(DebugOnlyOptLoc), cl::ValueRequired);
-+ cl::location(DebugOnlyOptLoc), cl::ValueRequired, cl::ZeroOrMore);
- #endif
- }
-