khchen abandoned this revision.
khchen added a comment.
Herald added subscribers: jobnoorman, luke, pcwang-thead, eopXD, VincentWu,
arichardson.
Herald added a project: All.
I'm not working on RISC-V now and please reference
https://reviews.llvm.org/D132843#3770454 to see the follow-up work.
R
khchen updated this revision to Diff 262322.
khchen added a comment.
update testcases
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/Driv
tejohnson added inline comments.
Comment at: llvm/test/LTO/RISCV/mabi-invalid.ll:10
+; RUN: opt -module-summary -o %t2.summary %S/Inputs/foo_ilp32.ll
+; RUN: llvm-lto2 run -r %t2.summary,foo,plx -r %t1.summary,main,plx -r
%t1.summary,foo, -o %t3 %t1.summary %t2.summary 2>&1 | Fi
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: c