summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "CMake: Update to use standard CMake dependency tracking facilities ↵Michael J. Spencer2010-09-131-13/+4
| | | | | | | | | | | | | instead" This reverts commit r113631 Conflicts: CMakeLists.txt lib/CodeGen/CMakeLists.txt llvm-svn: 113817
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-4/+13
| | | | | | of whatever we were using before... llvm-svn: 113631
* Clean up CMake dependenciesDouglas Gregor2010-09-091-0/+2
| | | | llvm-svn: 113489
* Update CMake build for new attribute changes.Alexis Hunt2010-06-171-2/+2
| | | | llvm-svn: 106188
* Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts ↵Daniel Dunbar2010-05-201-1/+3
| | | | | | approximately the same interface as 'llvm-mc'. llvm-svn: 104239
* Sort calls to add_clang_library()Kovarththanan Rajaratnam2010-03-221-1/+1
| | | | llvm-svn: 99191
* Add missing dependency for CMake.Daniel Dunbar2009-11-191-1/+1
| | | | llvm-svn: 89332
* Sketch .td file and build system goop for OptTable based clang-cc options.Daniel Dunbar2009-11-191-0/+1
| | | | llvm-svn: 89330
* Driver: Switch to using TableGen'erated Options.inc instead of Options.def file.Daniel Dunbar2009-11-191-1/+1
| | | | llvm-svn: 89288
* Driver: Split OptTable out into OptTable.{h,cpp}Daniel Dunbar2009-11-191-0/+1
| | | | llvm-svn: 89283
* Fix some TableGen-related dependencies for the Clang CMake buildDouglas Gregor2009-06-231-1/+1
| | | | llvm-svn: 73976
* Add some missing CMake dependenciesDouglas Gregor2009-06-181-0/+2
| | | | llvm-svn: 73700
* Really fix cmake style builds.Mike Stump2009-03-241-0/+5
| | | | llvm-svn: 67633
* support cmakeGabor Greif2009-03-131-0/+14
| | | | llvm-svn: 66884
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-10/+0
| | | | | | driver taking lib/Driver. llvm-svn: 65811
* Minor update to CMake build system.Eli Friedman2008-11-301-0/+1
| | | | llvm-svn: 60269
* Update CMakeLists.txtCedric Venet2008-11-041-0/+1
| | | | llvm-svn: 58716
* CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes2008-10-261-0/+8
must be under the `tools' subdirectory of the LLVM *source* tree. llvm-svn: 58180
OpenPOWER on IntegriCloud