summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/mips-abicalls-error.c
blob: 03ef68b02de6d8b5ba7b94cc81184bee772c04a0 (plain)
1
2
// RUN: not %clang -c -target mips64-linux-gnu -fPIC -mno-abicalls %s 2>&1 | FileCheck %s
// CHECK: error: position-independent code requires '-mabicalls'
OpenPOWER on IntegriCloud