8 lines · c
1// REQUIRES: x86-registered-target2// RUN: %clang_cc1 %s -emit-llvm-only -triple=i386-apple-darwin -o %t3// RUN: not rm %t4// RUN: %clang_cc1 %s -emit-codegen-only -triple=i386-apple-darwin -o %t5// RUN: not rm %t6 7// Test that output is not generated when emission is disabled.8