aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch
blob: 8888884ea5b39d57870e0f6367d3ffedeb6434a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
 }