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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Driver
/
output-file-is-dir.c
blob
042ae3d40cd7e00e6b073457b7c94007b1d6003c
1
// RUN: rm -rf %t.dir
2
// RUN: mkdir -p %t.dir
3
// RUN: not %clang %s -c -emit-llvm -o %t.dir
4
// RUN: test -d %t.dir
5
6
int
main
() {
return
0
; }