]> granicus.if.org Git - clang/blob - test/Driver/target-abi-cc1as.s
clang-cl: make /Wall turn on both -Wall and -Wextra (PR25563)
[clang] / test / Driver / target-abi-cc1as.s
1 // Check if -cc1as knows about the 'target-abi' argument.
2 // REQUIRES: mips-registered-target
3
4 // RUN: %clang -cc1as -triple mips--linux-gnu -filetype obj -target-cpu mips32 -target-abi o32 %s 2>&1 | \
5 // RUN:   FileCheck %s
6 // CHECK-NOT: clang -cc1as: error: unknown argument: '-target-abi'