diff options
author | David Truby <david.truby@arm.com> | 2025-06-24 11:08:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-24 11:08:13 +0100 |
commit | 049d61ad65b0040e8581d46682e78501fc17dd1e (patch) | |
tree | 1b43834c2ca2f20df54fef59794367fbeb3f1496 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 594ebe63406b1deaf1c4be86c8c7f4c6d634fa08 (diff) | |
download | llvm-049d61ad65b0040e8581d46682e78501fc17dd1e.zip llvm-049d61ad65b0040e8581d46682e78501fc17dd1e.tar.gz llvm-049d61ad65b0040e8581d46682e78501fc17dd1e.tar.bz2 |
[flang][AArch64] Always link compiler-rt to flang after libgcc (#144710)
This patch fixes an issue where the __trampoline_setup symbol is missing
with some programs compiled with flang. This symbol is present only in
compiler-rt and not in libgcc. This patch adds compiler-rt to the link
line after libgcc if libgcc is being used, so that only this symbol will
be picked from compiler-rt.
Fixes #141147
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions