[llvm] [Linker] Propagate `nobuiltin` attributes when linking known libcalls (PR #89431)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 20 20:02:59 PDT 2024
jhuber6 wrote:
I wonder if this should add `"no-builtins"` as well. I don't really know what that does that `"no-builtins"` doesnt, but I noticed that there's some logic in the `TargetLibraryInfo` that optionally takes a function and disables all libcalls if it has `"no-builtins"` so it's possible something we should propagate.
https://github.com/llvm/llvm-project/pull/89431
More information about the llvm-commits
mailing list