[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 04:45:39 PST 2023


madanial0 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`).

I tried the above still did not work with the `__x86_64__` macro, did I miss something?

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


More information about the flang-commits mailing list