diff options
| author | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-26 00:56:18 +0000 |
|---|---|---|
| committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-26 00:56:18 +0000 |
| commit | 07d9f9a6ec53217634a5dcb812a0b2ac9186334f (patch) | |
| tree | b2fc26aadff27b926f21aefa5637a6abfd5bb9f2 /clang/lib/Driver | |
| parent | e638f5d85481fa6ef30d65ae19aae418cb191752 (diff) | |
| download | bcm5719-llvm-07d9f9a6ec53217634a5dcb812a0b2ac9186334f.tar.gz bcm5719-llvm-07d9f9a6ec53217634a5dcb812a0b2ac9186334f.zip | |
CMake: Builds and installs clang binary and libs (no docs yet). It
must be under the `tools' subdirectory of the LLVM *source* tree.
llvm-svn: 58180
Diffstat (limited to 'clang/lib/Driver')
| -rw-r--r-- | clang/lib/Driver/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/lib/Driver/CMakeLists.txt b/clang/lib/Driver/CMakeLists.txt new file mode 100644 index 00000000000..0caa90cbb41 --- /dev/null +++ b/clang/lib/Driver/CMakeLists.txt @@ -0,0 +1,8 @@ +set(LLVM_NO_RTTI 1) + +add_clang_library(clangDriver + HTMLDiagnostics.cpp + InitHeaderSearch.cpp + TextDiagnosticBuffer.cpp + TextDiagnosticPrinter.cpp + ) |

