[PATCH] D20038: Make CodeView TypeIterator generic so that it can iterate symbols too

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 11:43:35 PDT 2016


Yea, sorry should be fixed in r268943.  Let me know if it's not.

On Mon, May 9, 2016 at 11:36 AM Bill Seurer <seurer at linux.vnet.ibm.com>
wrote:

> seurer added a subscriber: seurer.
> seurer added a comment.
>
> I just noticed this problem on powerpc as well:
>
> In file included from
> /home/seurer/llvm/llvm-test/include/llvm/DebugInfo/CodeView/SymbolRecord.h:14:0,
>
>   from /home/seurer/llvm/llvm-test/lib/MC/MCCodeView.cpp:19:
>
> /home/seurer/llvm/llvm-test/include/llvm/DebugInfo/CodeView/RecordIterator.h:15:33:
> fatal error: llvm/support/Endian.h: No such file or directory
>
> seurer at makalu-lp1:~/llvm/build/llvm-test$ find $LLVM_SRC -name Endian.h
> /home/seurer/llvm/llvm-test/include/llvm/Support/Endian.h
>
> Note "support" (incorrect) versus "Support" (correct).
>
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D20038
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160509/9bb4e9b5/attachment.html>


More information about the llvm-commits mailing list