[PATCH] D132843: [RISCV] Ensure target features get passed to the LTO linker for RISC-V

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 29 13:24:05 PDT 2022


efriedma added a comment.

I'd prefer to use an approach with less moving parts: the bitcode should contain enough information to generate code without specifying anything on the command-line that wouldn't normally be passed to the linker.  Among other issues, it's hard to understand the intended meaning if the flags contradict information encoded in the bitcode.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132843



More information about the cfe-commits mailing list