blob: 786ac77ef18e1c5abb4b6a66ac74e0ffcf7fda26 [file] [log] [blame]
Alp Tokercf2048b2014-06-03 02:14:20 +00001// REQUIRES: x86-registered-target
2// RUN: %clang_cc1 %s -emit-llvm-only -triple=i386-apple-darwin -o %t
3// RUN: not rm %t
Alp Tokerea046722014-06-03 17:23:34 +00004// RUN: %clang_cc1 %s -emit-codegen-only -triple=i386-apple-darwin -o %t
5// RUN: not rm %t
Alp Tokercf2048b2014-06-03 02:14:20 +00006
7// Test that output is not generated when emission is disabled.