android_mt6572_jiabo/external/clang/test/Frontend/disable-output.c
2025-09-05 16:56:03 +08:00

7 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.