Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Hi @jacek, this causes a few test failures if you configure with -DLLVM_ENABLE_EXPENSIVE_CHECKS=ON -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=CSKY:
Failed Tests (7): LLVM :: DebugInfo/CSKY/dwarf-csky-relocs.ll LLVM :: MC/CSKY/3e3r1.s LLVM :: MC/CSKY/801.s LLVM :: MC/CSKY/basic-16bit.s LLVM :: MC/CSKY/basic.s LLVM :: MC/CSKY/fpuv2.s LLVM :: MC/CSKY/fpuv3.s
@Zeson FYI.
Comment Actions
I think I can see what's going wrong, sections like .csky.attributes may interleave with other sections in MappingSymbols. I will revert the patch and implement it differently, sorry about that.