mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 14:16:08 +00:00

Also revert r210096 which temporarily disabled the test while this was being investigated. llvm-svn: 210115
8 lines
279 B
C
8 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.
|