[PATCH] D45255: [CodeGen] Add an option to suppress output of llvm.ident

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 19 08:44:15 PDT 2018


aprantl added a comment.

Does gcc's Qy/Qn option also affect the generated debug information? Clang is embedding the version number also into the DICompileUnit's producer string; I wonder if that should be affected by this option, too.


https://reviews.llvm.org/D45255





More information about the cfe-commits mailing list