You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
292 B
7 lines
292 B
// 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'
|