[PATCH] D139704: [clang][RISCV] Added target attributes to runtime functions
Elena Lepilkina via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 20 00:28:12 PST 2023
eklepilkina added a comment.
> How does this affect LTO?
More detailed answer. We work with bitcode files only when use `lto`. If we don't use `lto` clang produces `.o` file that are already contains target information. We don't work with function attributes to get subtarget without lto.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139704/new/
https://reviews.llvm.org/D139704
More information about the cfe-commits
mailing list