xref: /llvm-project/clang/test/Driver/aix-data-sections.c (revision cb1654ee4beedc875c25a95e7b98f1aaed0b9e35)
1f85bcc21Sjasonliu // Verify -fdata-sections is the default for AIX
2f85bcc21Sjasonliu 
3*cb1654eeSFangrui Song // RUN: %clang -### --target=powerpc-ibm-aix7.1.0.0 %s -c -o %t.o 2>&1 \
4f85bcc21Sjasonliu // RUN:   | FileCheck %s
5*cb1654eeSFangrui Song // RUN: %clang -### --target=powerpc64-ibm-aix7.1.0.0 %s -c -o %t.o 2>&1 \
6f85bcc21Sjasonliu // RUN:   | FileCheck %s
7f85bcc21Sjasonliu // CHECK: "-fdata-sections"
8