| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
files to lib/Frontend.
llvm-svn: 72099
|
| |
|
|
|
|
|
|
| |
to clang-cc.cpp. Also, rename CreateDependencyFileGen to
AttachDependencyFileGen, and make it take a raw_ostream rather than
opening a file itself.
llvm-svn: 72096
|
| |
|
|
|
|
|
| |
- This is somewhat cleaner and also fixes PR4063 for real, I had the
order wrong so we were just creating an empty dependency file.
llvm-svn: 70687
|
| |
|
|
| |
llvm-svn: 70686
|
| |
|
|
|
|
| |
low-level frontend driver.
llvm-svn: 68131
|
| |
|
|
|
|
|
|
| |
- Not particularly elegant, but my hand is forced by gcc.
Also, tweak -ccc-print-bindings output.
llvm-svn: 68027
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Rip out various bits of logic from clang-cc's dependency file gen,
force driver to provide instead.
- -MD output now goes to proper location
<rdar://problem/6723948> clang -MD puts dep file in /tmp with wrong name
- -M and -MM still don't work correctly.
llvm-svn: 68022
|
|
|
Again, I tried to update cmake but it is untested.
llvm-svn: 67605
|