[PATCH] D7642: Introduce the idea of a minimum libc version

Saleem Abdulrasool via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 9 17:52:07 PDT 2015


compnerd added a comment.

Yes, we *could*.  Its just a matter of how it is being specified.  I find that having the separate option is potentially cleaner than stuffing it in the triple (which does get pushed into the metadata), and then parsing it back out as a value.  I think that this is something that longer term could be more easily merged into some of the ideas floated about on the thread regarding the future of triples.  Is there a strong reason to stuff this into the triple and parse it back out?


Repository:
  rL LLVM

http://reviews.llvm.org/D7642





More information about the cfe-commits mailing list