[clang] [flang] [flang] Add -mlink-builtin-bitcode option to fc1 (PR #94763)

Andrzej WarzyƄski via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 9 06:57:01 PDT 2024


================
@@ -0,0 +1,18 @@
+
+!----------
+! RUN lines
+!----------
+! Embed something that can be easily checked
+! RUN: %flang_fc1 -emit-llvm -triple x86_64-unknown-linux-gnu -o - -mlink-builtin-bitcode %S/Inputs/bclib.bc %s 2>&1 | FileCheck %s
----------------
banach-space wrote:

1. What's bclib.bc and what makes it easy to check?

2. Does the triple matter?

https://github.com/llvm/llvm-project/pull/94763


More information about the cfe-commits mailing list