1*67e74705SXin Li // REQUIRES: x86-registered-target 2*67e74705SXin Li // RUN: %clang_cc1 %s -emit-llvm-only -triple=i386-apple-darwin -o %t 3*67e74705SXin Li // RUN: not rm %t 4*67e74705SXin Li // RUN: %clang_cc1 %s -emit-codegen-only -triple=i386-apple-darwin -o %t 5*67e74705SXin Li // RUN: not rm %t 6*67e74705SXin Li 7*67e74705SXin Li // Test that output is not generated when emission is disabled. 8