We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f47f4b commit 892a263Copy full SHA for 892a263
flang/docs/ReleaseNotes.md
@@ -54,6 +54,11 @@ page](https://llvm.org/releases/).
54
now be emitted into Clang's per-target resource directory
55
(next to libclang_rt.*.*) where it is also found by Flang's driver.
56
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
+
62
## New Issues Found
63
64
0 commit comments