summaryrefslogtreecommitdiff
path: root/test/Driver/target-abi-cc1as.s
blob: 34cdeed4862f995f842ecc100fd17b3edf76d4dc (plain)
1
2
3
4
5
6
// Check if -cc1as knows about the 'target-abi' argument.
// REQUIRES: mips-registered-target

// RUN: %clang -cc1as -triple mips--linux-gnu -filetype obj -target-cpu mips32 -target-abi o32 %s 2>&1 | \
// RUN:   FileCheck %s
// CHECK-NOT: clang -cc1as: error: unknown argument: '-target-abi'