diff options
author | Xerxes Rånby <xerxes@zafena.se> | 2009-09-17 11:27:17 +0200 |
---|---|---|
committer | Xerxes Rånby <xerxes@zafena.se> | 2009-09-17 11:37:41 +0200 |
commit | 718a561ceb1e9668678faaa863b65f670bf7015e (patch) | |
tree | f2b14937b53db7f4f700cdfe532c4ba3023d949d /recipes/llvm/llvm2.7 | |
parent | 05a753b24b94d4b1db756356820e3913a2e702bb (diff) |
llvm 2.7: New recipe.
llvm-native 2.7: Likewise.
Diffstat (limited to 'recipes/llvm/llvm2.7')
-rw-r--r-- | recipes/llvm/llvm2.7/llvm-debugonly-zeroormore.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/llvm/llvm2.7/llvm-debugonly-zeroormore.patch b/recipes/llvm/llvm2.7/llvm-debugonly-zeroormore.patch new file mode 100644 index 0000000000..ee32a7966c --- /dev/null +++ b/recipes/llvm/llvm2.7/llvm-debugonly-zeroormore.patch @@ -0,0 +1,13 @@ +Index: trunk/lib/Support/Debug.cpp +=================================================================== +--- trunk.orig/lib/Support/Debug.cpp 2009-09-17 10:41:42.000000000 +0200 ++++ trunk/lib/Support/Debug.cpp 2009-09-17 10:42:55.000000000 +0200 +@@ -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); + + // isCurrentDebugType - Return true if the specified string is the debug type + // specified on the command line, or if none was specified on the command line |