Skip to content

Commit 892a263

Browse files
authored
[flang] Add release note for compiler-rt dependency on AArch64 (#145547)
1 parent 6f47f4b commit 892a263

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flang/docs/ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ page](https://llvm.org/releases/).
5454
now be emitted into Clang's per-target resource directory
5555
(next to libclang_rt.*.*) where it is also found by Flang's driver.
5656

57+
* Flang on AArch64 now always depends on compiler-rt to provide the
58+
`__trampoline_setup` function. This dependency will be automatically added
59+
in in-tree builds with the AArch64 target, but compiler-rt will need to be
60+
manually added to LLVM builds when building flang out-of-tree.
61+
5762
## New Issues Found
5863

5964

0 commit comments

Comments
 (0)