repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Frontend
/
disable-output.c
blob
786ac77ef18e1c5abb4b6a66ac74e0ffcf7fda26
1
// REQUIRES: x86-registered-target
2
// RUN: %clang_cc1 %s -emit-llvm-only -triple=i386-apple-darwin -o %t
3
// RUN: not rm %t
4
// RUN: %clang_cc1 %s -emit-codegen-only -triple=i386-apple-darwin -o %t
5
// RUN: not rm %t
6
7
// Test that output is not generated when emission is disabled.