Under complicated conditions Arch/RISCV.cpp:initSymbolAnchors() can encounter an InputSection with an uninitialized relaxAux pointer. Safeguard against this by always initializing relaxAux.
The upstream Cheri repo looks to handle this by union'ing relaxAux w/ another pointer that it sets to null. Didn't see anything similar in llvm upstream.
Under complicated conditions Arch/RISCV.cpp:initSymbolAnchors() can encounter an InputSection with an uninitialized relaxAux pointer. Safeguard against this by always initializing relaxAux.