[llvm] [Linker] Propagate `nobuiltin` attributes when linking known libcalls (PR #89431)

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 19 12:46:59 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) {
----------------
jdoerfert wrote:

```suggestion
void IRMover::LibcallHandler::updateLibcalls(const Triple &Triple) {
```

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


More information about the llvm-commits mailing list