aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/sparc64-codemodel.c
blob: e4b01fd61b6fac2efccce1f1c01088779fc54bdf (plain)
1
2
3
4
5
6
// RUN: %clang --target=sparc64 -mcmodel=medlow %s -### 2>&1 | FileCheck -check-prefix=MEDLOW %s
// RUN: %clang --target=sparc64 -mcmodel=medmid %s -### 2>&1 | FileCheck -check-prefix=MEDMID %s
// RUN: %clang --target=sparc64 -mcmodel=medany %s -### 2>&1 | FileCheck -check-prefix=MEDANY %s
// MEDLOW: "-mcmodel=small"
// MEDMID: "-mcmodel=medium"
// MEDANY: "-mcmodel=large"