diff --git a/lib/Interpreter/CIFactory.cpp b/lib/Interpreter/CIFactory.cpp index aec79e1f19..9f799fdea3 100644 --- a/lib/Interpreter/CIFactory.cpp +++ b/lib/Interpreter/CIFactory.cpp @@ -444,8 +444,8 @@ namespace { Opts.MSVCCompat = 1; Opts.ThreadsafeStatics = 0; // FIXME: this is removing the thread guard around static init! #endif - // Should fix http://llvm.org/bugs/show_bug.cgi?id=10528 - Opts.DelayedTemplateParsing = 1; + // Disable delayed template parsing, it is "a deprecated technique". + Opts.DelayedTemplateParsing = 0; } else { Opts.MicrosoftExt = 0; }