[PATCH] D91874: [GNU ObjC] Fix a regression listing methods twice.

David Chisnall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 20 08:50:27 PST 2020


theraven added a comment.

This was caught with the GNUstep runtime's test suite, which apparently had not been run with anything newer than clang 8 until recently.  With this patch, all of the runtime's tests now pass again (a few others failed in 10 but appear to have been fixed in 11 or 12).  We've now configured our CI to test with the nightly builds on Linux, so should catch these things sooner in the future.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91874/new/

https://reviews.llvm.org/D91874



More information about the cfe-commits mailing list