[flang-commits] [flang] [Flang] Store only options in FLANG_COMPILER_OPTIONS_STRING (PR #201278)
Michael Kruse via flang-commits
flang-commits at lists.llvm.org
Mon Jul 13 02:04:41 PDT 2026
Meinersbur wrote:
The modified test `compiler_options.f90` breaks in the Flang-standalone build. It adds additional compiler options for making the tests passes. Actually, you can add any compiler option to the test runs using `FLANG_TEST_Fortran_FLAGS` into any build of Flang. The FirModule line for me is:
```
@_QQclX86d10dc1613446f897262d0ff7032f7f = linkonce constant [140 x i8] c"-fintrinsic-modules-path=/home/meinersbur/src/llvm/flangast/release/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu/ -S -emit-llvm -o -", comdat
```
https://github.com/llvm/llvm-project/pull/201278
More information about the flang-commits
mailing list