[llvm] [Linker] Propagate `nobuiltin` attributes when linking known libcalls (PR #89431)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 19 12:49:49 PDT 2024
================
@@ -1757,6 +1784,22 @@ bool IRMover::IdentifiedStructTypeSet::hasType(StructType *Ty) {
return I == NonOpaqueStructTypes.end() ? false : *I == Ty;
}
+void IRMover::LibcallHandler::updateLibcalls(const llvm::Triple &Triple) {
----------------
jhuber6 wrote:
Doesn't work because the variable is named `Triple`. I could rename it to `TheTriple` if you'd prefer.
https://github.com/llvm/llvm-project/pull/89431
More information about the llvm-commits
mailing list