[PATCH] D32178: Delete unstable integration tests

Jonathan Roelofs via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 19 07:45:34 PDT 2017


jroelofs added a comment.

I think you'd have to check for a maximum host SDK version, and then bump it upstream every time there's a new one thats known to work with the then-current trunk.

It can't be done based on language features because by definition, one cannot know what features are going to be added in the future.

All of that being said, we'd still have a situation where the test means different things on different host systems purely based on what's installed on that system (which is not a good thing IMO).


https://reviews.llvm.org/D32178





More information about the cfe-commits mailing list