[flang-commits] [clang] [flang] [flang] Add -mlink-builtin-bitcode option to fc1 (PR #94763)
Mats Petersson via flang-commits
flang-commits at lists.llvm.org
Fri Jun 7 08:54:14 PDT 2024
================
@@ -1146,6 +1150,54 @@ void CodeGenAction::embedOffloadObjects() {
}
}
+void CodeGenAction::linkBuiltinBCLibs() {
----------------
Leporacanthicus wrote:
This is a fairly large chunk of code - does it come from Clang in some way - if so, is it possible to have one common function shared, rather than two copies?
https://github.com/llvm/llvm-project/pull/94763
More information about the flang-commits
mailing list