repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Driver
/
aix-data-sections.c
blob
3de4a5d7ebd939028d26a8404c2fae07beb623dd
1
// Verify -fdata-sections is the default for AIX
2
3
// RUN: %clang -### --target=powerpc-ibm-aix7.1.0.0 %s -c -o %t.o 2>&1 \
4
// RUN: | FileCheck %s
5
// RUN: %clang -### --target=powerpc64-ibm-aix7.1.0.0 %s -c -o %t.o 2>&1 \
6
// RUN: | FileCheck %s
7
// CHECK: "-fdata-sections"