brintos

brintos / llvm-project-archived public Read only

0
0
Text · 276 B · 3de4a5d Raw
8 lines · c
1// Verify -fdata-sections is the default for AIX2 3// RUN: %clang -### --target=powerpc-ibm-aix7.1.0.0 %s -c -o %t.o 2>&1 \4// RUN:   | FileCheck %s5// RUN: %clang -### --target=powerpc64-ibm-aix7.1.0.0 %s -c -o %t.o 2>&1 \6// RUN:   | FileCheck %s7// CHECK: "-fdata-sections"8