r232779 - Clang follow-up to LLVM r232772

David Blaikie dblaikie at gmail.com
Thu Mar 19 15:55:48 PDT 2015


On Thu, Mar 19, 2015 at 3:43 PM, Duncan P. N. Exon Smith <
dexonsmith at apple.com> wrote:

> Author: dexonsmith
> Date: Thu Mar 19 17:43:38 2015
> New Revision: 232779
>
> URL: http://llvm.org/viewvc/llvm-project?rev=232779&view=rev
> Log:
> Clang follow-up to LLVM r232772
>
> -verify-di is dead! Long live -verify!
>

Awesome!


>
> Modified:
>     cfe/trunk/lib/CodeGen/BackendUtil.cpp
>
> Modified: cfe/trunk/lib/CodeGen/BackendUtil.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/BackendUtil.cpp?rev=232779&r1=232778&r2=232779&view=diff
>
> ==============================================================================
> --- cfe/trunk/lib/CodeGen/BackendUtil.cpp (original)
> +++ cfe/trunk/lib/CodeGen/BackendUtil.cpp Thu Mar 19 17:43:38 2015
> @@ -373,8 +373,6 @@ void EmitAssemblyHelper::CreatePasses()
>    legacy::PassManager *MPM = getPerModulePasses();
>    if (!CodeGenOpts.RewriteMapFiles.empty())
>      addSymbolRewriterPass(CodeGenOpts, MPM);
> -  if (CodeGenOpts.VerifyModule)
> -    MPM->add(createDebugInfoVerifierPass());
>
>    if (!CodeGenOpts.DisableGCov &&
>        (CodeGenOpts.EmitGcovArcs || CodeGenOpts.EmitGcovNotes)) {
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150319/bdc2aba7/attachment.html>


More information about the cfe-commits mailing list