mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 08:31:28 -04:00
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
|