Home | History | Annotate | Download | only in Driver
      1 // RUN: %clang -target i386-apple-darwin10 \
      2 // RUN:    -no-integrated-as -### %s 2>&1 | \
      3 // RUN:  FileCheck --check-prefix=CHECK-DARWIN %s
      4 
      5 // RUN: %clang -target i386-pc-linux-gnu  -static -### %s 2>&1 | \
      6 // RUN: FileCheck --check-prefix=CHECK-LINUX %s
      7 
      8 // CHECK-DARWIN: -fno-dwarf2-cfi-asm
      9 // CHECK-LINUX-NOT: -fno-dwarf2-cfi-asm
     10