[flang-commits] [flang] [flang] add no-cpp-dep test for AIX 64 bit (PR #74637)

via flang-commits flang-commits at lists.llvm.org
Tue Dec 19 18:34:09 PST 2023


kkwli wrote:

In order to avoid duplicate another test for AIX, can you do something like:
```
RUN: %if system-aix %{ export OBJECT_MODE=64 %}
RUN: %cc -std=c99 %s -I%include %libruntime %libdecimal -lm  %if system-aix %{ -lpthread %}
RUN: rm a.out
```

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


More information about the flang-commits mailing list