brintos

brintos / llvm-project-archived public Read only

0
0
Text · 240 B · 2b639e9 Raw
7 lines · plain
1// Make sure the -march is passed down to cc1as.2// RUN: %clang --target=i386-unknown-freebsd -### -c -integrated-as %s \3// RUN: -march=geode 2>&1 | FileCheck -check-prefix=TARGET %s4//5// TARGET: "-cc1as"6// TARGET: "-target-cpu" "geode"7