From 3a0f681008689cfa70c6b7b1cd334fe5c2a231ea Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Mon, 28 Jun 2010 14:24:40 +0200 Subject: llvm: Removed 2.5 and 2.6 and both native variants. --- recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch (limited to 'recipes/llvm/llvm2.6/llvm-debugonly-zeroormore.patch') 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 > - 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 - } - -- cgit v1.2.3