[PATCH] D113352: [clang] Run LLVM Verifier in modes without CodeGen too

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 6 22:17:17 PDT 2021


dblaikie added a comment.

I guess CodeGenOpts::VerifyModule is on by default, but I'll admit that surprises me - for API-built modules, I figured it was expected they were valid by construction (ie: like an assertion - it's a bug in clang if the resulting module isn't valid - so we wouldn't want to validate that invariant on every user's compilation, etc) - so I'd expect we should have to opt-in to verifying on output. (verifying on /input/ would be always done - because the input is untrusted)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113352/new/

https://reviews.llvm.org/D113352



More information about the cfe-commits mailing list