[PATCH] D83174: Teach AttachPreviousImpl to inherit MSInheritanceAttr attribute

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 21 09:48:09 PDT 2020


aaron.ballman added a comment.

Unfortunately, I had to revert the change as it was causing some buildbots to fail. I reverted in 58c305f466d1f78adb10e7295b9bc9fc192a6e09 <https://reviews.llvm.org/rG58c305f466d1f78adb10e7295b9bc9fc192a6e09>. Some failures include:

http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/20294
http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/13600

I'm not certain why b.h is not being found by those builders. Do you mind investigating?


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

https://reviews.llvm.org/D83174



More information about the cfe-commits mailing list