# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../llvm/clang-feeling-lucky.patch.temp.disabled # Copyright (C) 2009 - 2010 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- llvm-2.6/utils/clang/lib/Driver/Driver.cpp.vanilla 2009-10-27 18:57:22.000000000 +0000 +++ llvm-2.6/utils/clang/lib/Driver/Driver.cpp 2009-10-27 18:57:59.000000000 +0000 @@ -38,7 +38,7 @@ using namespace clang; // Used to set values for "production" clang, for releases. -#define USE_PRODUCTION_CLANG +#undef USE_PRODUCTION_CLANG Driver::Driver(const char *_Name, const char *_Dir, const char *_DefaultHostTriple,