blob: f6e6ad79ed68a263534fbca5a9fe4ab3a597f74d [file] [log] [blame]
Oscar Fuentesd2f4e5e2008-10-26 00:56:18 +00001set(LLVM_NO_RTTI 1)
2
3add_clang_library(clangBasic
Steve Naroffe9b7d8a2009-04-01 15:50:34 +00004 ConvertUTF.c
Oscar Fuentesd2f4e5e2008-10-26 00:56:18 +00005 Diagnostic.cpp
6 FileManager.cpp
7 IdentifierTable.cpp
8 LangOptions.cpp
9 SourceLocation.cpp
10 SourceManager.cpp
11 TargetInfo.cpp
12 Targets.cpp
13 TokenKinds.cpp
14 )
Douglas Gregora393e9e2009-03-16 23:06:59 +000015
16add_dependencies(clangBasic
17 ClangDiagnosticAnalysis
18 ClangDiagnosticAST
19 ClangDiagnosticCommon
20 ClangDiagnosticDriver
21 ClangDiagnosticFrontend
22 ClangDiagnosticLex
23 ClangDiagnosticParse
24 ClangDiagnosticSema)