1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
10 lines
335 B
C
10 lines
335 B
C
// RUN: %clang -target i386-apple-darwin10 \
|
|
// RUN: -no-integrated-as -### %s 2>&1 | \
|
|
// RUN: FileCheck --check-prefix=CHECK-DARWIN %s
|
|
|
|
// RUN: %clang -target i386-pc-linux-gnu -static -### %s 2>&1 | \
|
|
// RUN: FileCheck --check-prefix=CHECK-LINUX %s
|
|
|
|
// CHECK-DARWIN: -fno-dwarf2-cfi-asm
|
|
// CHECK-LINUX-NOT: -fno-dwarf2-cfi-asm
|