DebugInfoDWARFTests is the only user so far which initializes the
MCObjectStreamer without initializing the ASMParser. The MIPS backend
relies on the ASMParser to initialize the MipsABIInfo object and to
update the target streamer with it. This should turn the mips buildbots
green.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I've tested this on a mips board, it can also be tested locally by modifying DWARFDebugInfoTest.cpp:getHostTripleForAddrSize to use "mipsel-unknown-linux-gnu" instead of LLVM_HOST_TRIPLE.