diff options
author | Hans Wennborg <hans@hanshq.net> | 2015-04-13 11:00:22 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2015-04-13 11:00:22 +0000 |
commit | 2a76f41511dfeecf322ff780b14bdf93c9953716 (patch) | |
tree | 1e2432452841ec08d90749186aaf1daa65cc8450 /clang/lib/Frontend/FrontendActions.cpp | |
parent | e8fd6c856324a66c6b5b6175c70dfbcfeab1d6de (diff) | |
download | llvm-2a76f41511dfeecf322ff780b14bdf93c9953716.zip llvm-2a76f41511dfeecf322ff780b14bdf93c9953716.tar.gz llvm-2a76f41511dfeecf322ff780b14bdf93c9953716.tar.bz2 |
Speculative build fix for lld on Windows
I can't access my Windows machine at the moment, but the build was breaking with:
c:\b\build\slave\crwinclanglld\build\src\third_party\llvm\tools\lld\lib\readerwriter\elf\mips\MipsTargetLayout.h(38) : error C2440: 'return' : cannot convert from 'lld::elf::MipsGOTSection<ELFT> *' to 'lld::elf::AtomSection<ELFT> *'
with
[
ELFT=lld::elf::Mips32ELType
]
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
I think this regressed caused in 234727: that the forward-declarations
of MipsGOTSection<> is not enough.
llvm-svn: 234736
Diffstat (limited to 'clang/lib/Frontend/FrontendActions.cpp')
0 files changed, 0 insertions, 0 deletions