aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch
diff options
context:
space:
mode:
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, 13 insertions, 0 deletions
diff --git a/recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch b/recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch
new file mode 100644
index 0000000000..8888884ea5
--- /dev/null
+++ b/recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch
@@ -0,0 +1,13 @@
+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
+ }
+