Files
clang-p2996/clang/test/Driver/target-abi-cc1as.s
Toma Tabacu 18ca267d7a Recommit "[IAS] Teach -cc1as about the 'target-abi' option."
Added a REQUIRES for the Mips target.
Also, switched to using plain CHECKs, at the suggestion of Eric Christopher.

llvm-svn: 231363
2015-03-05 13:39:14 +00:00

7 lines
292 B
ArmAsm

// 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'