[PATCH] D83059: [RISCV] Use Generated Instruction Uncompresser

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 26 08:22:27 PST 2020


asb added a comment.

I'm afraid this causes compile-time failures with 20030323-1.c, multi-ix.c, and pr53645.6.

e.g.

  +./output_rv64imafdc_lp64_O0/multi-ix.o: in function `.LBB0_1':
  +multi-ix.c:(.text+0x60): relocation truncated to fit: R_RISCV_BRANCH against `.LBB0_4'
  +clang-11: error: linker command failed with exit code 1 (use -v to see invocation)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83059/new/

https://reviews.llvm.org/D83059



More information about the llvm-commits mailing list