You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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.
|