mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-16 01:20:04 -04:00
8 lines
279 B
C
8 lines
279 B
C
// REQUIRES: x86-registered-target
|
|
// RUN: %clang_cc1 %s -emit-llvm-only -triple=i386-apple-darwin -o %t
|
|
// RUN: not rm %t
|
|
// RUN: %clang_cc1 %s -emit-codegen-only -triple=i386-apple-darwin -o %t
|
|
// RUN: not rm %t
|
|
|
|
// Test that output is not generated when emission is disabled.
|