Production builds of CSKY will fail to link with an bare call to
Inst.dump(), which was introduced in commit 582836faafcb:
ld.lld: error: undefined symbol: llvm::MCInst::dump() const
referenced by CSKYAsmBackend.cpp
/home/kees/src/built-compilers/llvm/stage2-prof-gen/lto.cache/llvmcache-0656FC38C728A7FE0F767D10CD84C7F820114C46:(llvm::CSKYAsmBackend::relaxInstruction(llvm::MCInst&, llvm::MCSubtargetInfo const&) const)
Wrap it in LLVM_DEBUG().