[clang] [lld] [llvm] [LTO][LLD] Prevent invalid LTO libfunc transforms (PR #164916)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 15 05:49:23 PST 2026
================
@@ -51,6 +51,7 @@ add_llvm_component_library(LLVMObject
BinaryFormat
MCParser
Support
+ Target
----------------
arsenm wrote:
This shouldn't depend on target. Any of the ABI functions should be computable without depending on the backend
https://github.com/llvm/llvm-project/pull/164916
More information about the cfe-commits
mailing list