[PATCH] D78035: [PoC][RISCV] enable LTO/ThinLTO on RISCV

Kuan Hsu Chen (Zakk) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 23:13:51 PDT 2020


khchen updated this revision to Diff 261132.
khchen retitled this revision from "[PoC][RISCV] enable LTO/ThinLTO on RISCV " to "[PoC][RISCV] enable LTO/ThinLTO on RISCV".
khchen edited the summary of this revision.
khchen added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

rebase on D78988 <https://reviews.llvm.org/D78988>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78035

Files:
  clang/lib/Driver/ToolChains/RISCVToolchain.cpp
  clang/lib/Driver/ToolChains/RISCVToolchain.h
  llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
  llvm/lib/Target/RISCV/RISCVTargetMachine.h
  llvm/test/CodeGen/RISCV/module-target-abi2.ll
  llvm/test/LTO/RISCV/Inputs/foo_ilp32.ll
  llvm/test/LTO/RISCV/Inputs/foo_ilp32f.ll
  llvm/test/LTO/RISCV/lit.local.cfg
  llvm/test/LTO/RISCV/mabi-invalid.ll
  llvm/test/LTO/RISCV/mabi.ll
  llvm/test/tools/gold/RISCV/Inputs/mixed_lto.ll
  llvm/test/tools/gold/RISCV/lit.local.cfg
  llvm/test/tools/gold/RISCV/mixed_lto.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78035.261132.patch
Type: text/x-patch
Size: 9121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200430/e9b4a652/attachment.bin>


More information about the llvm-commits mailing list