aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/mips-abicalls-error.c
blob: 10f7201bdb07dca10a9d267061767456f20220c3 (plain) (blame)
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’