Alp Toker | cf2048b | 2014-06-03 02:14:20 +0000 | [diff] [blame] | 1 | // REQUIRES: x86-registered-target |
2 | // RUN: %clang_cc1 %s -emit-llvm-only -triple=i386-apple-darwin -o %t | ||||
3 | // RUN: not rm %t | ||||
Alp Toker | ea04672 | 2014-06-03 17:23:34 +0000 | [diff] [blame] | 4 | // RUN: %clang_cc1 %s -emit-codegen-only -triple=i386-apple-darwin -o %t |
5 | // RUN: not rm %t | ||||
Alp Toker | cf2048b | 2014-06-03 02:14:20 +0000 | [diff] [blame] | 6 | |
7 | // Test that output is not generated when emission is disabled. |