brintos

brintos / llvm-project-archived public Read only

0
0
Text · 247 B · 6e107f1 Raw
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