[flang-commits] [flang] [flang] Run real 10 test on x86 only (NFC) (PR #73911)
via flang-commits
flang-commits at lists.llvm.org
Tue Dec 5 01:14:33 PST 2023
jeanPerier wrote:
> Which macro are you using? It might be that the flang driver is not defining them properly.
The test is using `bbc` that is a simple test driver that is not defining macros. For this use case, you could try to change `bbc` into `%flang_fc1` (you can replace the -hlfir=false by `-flang-deprecated-no-hlfir`).
https://github.com/llvm/llvm-project/pull/73911
More information about the flang-commits
mailing list