summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/merge-statics.c
Commit message (Collapse)AuthorAgeFilesLines
* pull .ll and .bc writing out of the ASTConsumer destructors into some topChris Lattner2008-02-061-1/+1
| | | | | | | | | level code in clang. This is a cleanup, but does implement "-o" for -emit-llvm. One effect of this is that "clang foo.c -emit-llvm" will now emit into foo.ll instead of stdout. Use "clang foo.c -emit-llvm -o -" or "clang < foo.c -emit-llvm" to get the old behavior. llvm-svn: 46791
* testcase for previous patch.Chris Lattner2008-02-021-0/+13
llvm-svn: 46662
OpenPOWER on IntegriCloud