[PATCH] D145687: [BOLT] Add minimal RISC-V 64-bit support

Job Noorman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 08:48:25 PST 2023


jobnoorman updated this revision to Diff 503797.
jobnoorman added a comment.

Fix failing test.


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

https://reviews.llvm.org/D145687

Files:
  bolt/include/bolt/Core/BinaryContext.h
  bolt/include/bolt/Core/BinaryFunction.h
  bolt/include/bolt/Core/MCPlusBuilder.h
  bolt/include/bolt/Rewrite/RewriteInstance.h
  bolt/lib/Core/BinaryContext.cpp
  bolt/lib/Core/BinaryFunction.cpp
  bolt/lib/Core/Relocation.cpp
  bolt/lib/Rewrite/CMakeLists.txt
  bolt/lib/Rewrite/RewriteInstance.cpp
  bolt/lib/Target/CMakeLists.txt
  bolt/lib/Target/RISCV/CMakeLists.txt
  bolt/lib/Target/RISCV/RISCVMCPlusBuilder.cpp
  bolt/test/RISCV/Inputs/plt-gnu-ld.yaml
  bolt/test/RISCV/lit.local.cfg
  bolt/test/RISCV/plt-gnu-ld.test
  bolt/test/RISCV/reloc-branch.s
  bolt/test/RISCV/reloc-call.s
  bolt/test/RISCV/reloc-got.s
  bolt/test/RISCV/reloc-jal.s
  bolt/test/RISCV/reloc-pcrel.s
  bolt/test/RISCV/reloc-rvc-branch.s
  bolt/test/RISCV/reloc-rvc-jump.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145687.503797.patch
Type: text/x-patch
Size: 67555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230309/6edb164a/attachment.bin>


More information about the llvm-commits mailing list