[PATCH] D38549: [clang-tidy] Link targets and Asm parsers

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 5 17:57:25 PDT 2017


alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.

The first attempt to fix this (https://reviews.llvm.org/D17981) was stuck on figuring out whether we care about the binary size. It seems to me that the binary size is secondary to maintaining proper functionality for platforms that use inline assembly in headers. Thus, LG


https://reviews.llvm.org/D38549





More information about the cfe-commits mailing list