aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/aix-data-sections.c
blob: 3de4a5d7ebd939028d26a8404c2fae07beb623dd (plain)
1
2
3
4
5
6
7
// Verify -fdata-sections is the default for AIX

// RUN: %clang -### --target=powerpc-ibm-aix7.1.0.0 %s -c -o %t.o 2>&1 \
// RUN:   | FileCheck %s
// RUN: %clang -### --target=powerpc64-ibm-aix7.1.0.0 %s -c -o %t.o 2>&1 \
// RUN:   | FileCheck %s
// CHECK: "-fdata-sections"