[PATCH] D79398: [dsymutil] Add reproducers to dsymutil
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 21 11:21:59 PDT 2020
JDevlieghere added a comment.
In D79398#2049526 <https://reviews.llvm.org/D79398#2049526>, @thakis wrote:
> My bots fail with:
>
> ../../llvm/tools/dsymutil/Reproducer.cpp:10:10: error: 'Reproducer.h' file not found with <angled> include; use "quotes" instead
> #include <Reproducer.h>
> ^~~~~~~~~~~~~~
> "Reproducer.h"
>
>
> Any reason for the <> include style?
No, must have been unconscious/unintentional. Fixed in `d395eacca579858972fd4f79f4c9637db7666392`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79398/new/
https://reviews.llvm.org/D79398
More information about the llvm-commits
mailing list