2014-06-03 19:45:37 +08:00
|
|
|
// FIXME: this test produces a leak report in clang.
|
2014-06-03 10:14:20 +08:00
|
|
|
// REQUIRES: x86-registered-target
|
|
|
|
// RUN: %clang_cc1 %s -emit-llvm-only -triple=i386-apple-darwin -o %t
|
|
|
|
// RUN: not rm %t
|
2014-06-03 19:45:37 +08:00
|
|
|
// FIXME: %clang_cc1 %s -emit-codegen-only -triple=i386-apple-darwin -o %t
|
|
|
|
// FIXME: not rm %t
|
2014-06-03 10:14:20 +08:00
|
|
|
|
|
|
|
// Test that output is not generated when emission is disabled.
|