[PATCH] D43805: Optionally use nameless IR types

Peter Collingbourne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 6 20:59:10 PST 2018


pcc added a comment.

> If the backend will be changed so that it will not depend on IR type names

Are you referring to https://reviews.llvm.org/D43199? If so it seems to me that this should be a cc1 flag that defaults to whether `-flto=thin` is passed. In any case it seems like a bad idea to deliberately generate different code depending on whether we were compiled with NDEBUG.


Repository:
  rC Clang

https://reviews.llvm.org/D43805





More information about the cfe-commits mailing list