[flang-commits] [flang] 892a263 - [flang] Add release note for compiler-rt dependency on AArch64 (#145547)
via flang-commits
flang-commits at lists.llvm.org
Wed Jun 25 03:39:31 PDT 2025
Author: David Truby
Date: 2025-06-25T11:39:27+01:00
New Revision: 892a263106af217c9d2c9d021a821c8531ad3559
URL: https://github.com/llvm/llvm-project/commit/892a263106af217c9d2c9d021a821c8531ad3559
DIFF: https://github.com/llvm/llvm-project/commit/892a263106af217c9d2c9d021a821c8531ad3559.diff
LOG: [flang] Add release note for compiler-rt dependency on AArch64 (#145547)
Added:
Modified:
flang/docs/ReleaseNotes.md
Removed:
################################################################################
diff --git a/flang/docs/ReleaseNotes.md b/flang/docs/ReleaseNotes.md
index 36be369595ffd..35da8323e0a10 100644
--- a/flang/docs/ReleaseNotes.md
+++ b/flang/docs/ReleaseNotes.md
@@ -54,6 +54,11 @@ page](https://llvm.org/releases/).
now be emitted into Clang's per-target resource directory
(next to libclang_rt.*.*) where it is also found by Flang's driver.
+ * Flang on AArch64 now always depends on compiler-rt to provide the
+ `__trampoline_setup` function. This dependency will be automatically added
+ in in-tree builds with the AArch64 target, but compiler-rt will need to be
+ manually added to LLVM builds when building flang out-of-tree.
+
## New Issues Found
More information about the flang-commits
mailing list