[clang] [llvm] [llvm][AArch64] Do not inline a function with different signing scheme. (PR #80642)
Nick Desaulniers via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 13 09:48:23 PST 2024
================
@@ -1606,6 +1606,10 @@ Error IRLinker::run() {
// Loop over all of the linked values to compute type mappings.
computeTypeMapping();
+ // Update function attributes before copy them to destation module.
----------------
nickdesaulniers wrote:
s/copy/copying/
https://github.com/llvm/llvm-project/pull/80642
More information about the llvm-commits
mailing list