[PATCH] D83174: Teach AttachPreviousImpl to inherit MSInheritanceAttr attribute

James Nagurne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 21 10:03:54 PDT 2020


JamesNagurne added a comment.

In D83174#2230763 <https://reviews.llvm.org/D83174#2230763>, @aaron.ballman wrote:

> 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?

I suspect the failures are due to the Windows-style path in the -I option.
I recall lit being able to handle such a thing, but my memory might be a bit spotty on its command-line emulation capabilities.


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

https://reviews.llvm.org/D83174



More information about the cfe-commits mailing list