[flang-commits] [flang] [flang] Build a dedicated fir-test-opt for testing (PR #123473)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Tue Jan 21 09:06:22 PST 2025
=?utf-8?q?Michał_Górny?= <mgorny at gentoo.org>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/123473 at github.com>
clementval wrote:
> Updated as requested. I've also had to add it to the following two tests:
>
> ```
> Flang :: HLFIR/assign-side-effects.fir
> Flang :: HLFIR/memory-effects.fir
> ```
Yeah looks like they depends on the mlir pass that is added conditionally. We need to add a `! REQUIRE` line that these tests depends on `fir-opt-test` otherwise they will fail when `FLANG_INCLUDE_TESTS` is not set.
https://github.com/llvm/llvm-project/pull/123473
More information about the flang-commits
mailing list