brintos

brintos / llvm-project-archived public Read only

0
0
Text · 292 B · 34cdeed Raw
7 lines · plain
1// Check if -cc1as knows about the 'target-abi' argument.2// REQUIRES: mips-registered-target3 4// RUN: %clang -cc1as -triple mips--linux-gnu -filetype obj -target-cpu mips32 -target-abi o32 %s 2>&1 | \5// RUN:   FileCheck %s6// CHECK-NOT: clang -cc1as: error: unknown argument: '-target-abi'7