7 lines · c
1// check that gnu assembler is invoked with arm baremetal as well2 3// RUN: %clang --target=armv6m-none-eabi --gcc-toolchain=%S/Inputs/basic_arm_gcc_tree -fno-integrated-as %s -### -c \4// RUN: 2>&1 | FileCheck %s5 6// CHECK: "{{.*}}as{{(.exe)?}}"7