summaryrefslogtreecommitdiff
path: root/recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2010-06-28 14:24:40 +0200
committerRobert Schuster <robertschuster@fsfe.org>2010-06-30 09:31:10 +0200
commit3a0f681008689cfa70c6b7b1cd334fe5c2a231ea (patch)
tree28bdaa93fc6053c31f2d2d0480ba20ad01acca51 /recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch
parent748d27503bfc5f860961c30c0209630b10296092 (diff)
llvm: Removed 2.5 and 2.6 and both native variants.
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
- }
-