[PATCH] D20038: Make CodeView TypeIterator generic so that it can iterate symbols too
Bill Seurer via llvm-commits
llvm-commits at lists.llvm.org
Mon May 9 11:36:18 PDT 2016
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
More information about the llvm-commits
mailing list