1*f4a2713aSLionel Sambuc// Make sure the -march is passed down to cc1as. 2*f4a2713aSLionel Sambuc// RUN: %clang -target i386-unknown-freebsd -### -c -integrated-as %s \ 3*f4a2713aSLionel Sambuc// RUN: -march=geode 2>&1 | FileCheck -check-prefix=TARGET %s 4*f4a2713aSLionel Sambuc// 5*f4a2713aSLionel Sambuc// TARGET: "-cc1as" 6*f4a2713aSLionel Sambuc// TARGET: "-target-cpu" "geode" 7