[llvm] [RISCV] Collect function features in AsmPrinter before emission (#76231) (PR #76437)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 29 11:26:49 PST 2023


topperc wrote:

Another case to consider. There could be a function that used the target attribute that enables an extension that is incompatible with the ELF attributes from other pre-compiled object files that the linker will include in the LTO build like libgcc, libc, compiler-rt etc. Will the linker be able to resolve the conflict when it creates the the final ELF attributes for the exe?

https://github.com/llvm/llvm-project/pull/76437


More information about the llvm-commits mailing list