summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Frontend/CMakeLists.txt')
-rw-r--r--clang/lib/Frontend/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Frontend/CMakeLists.txt b/clang/lib/Frontend/CMakeLists.txt
index 403cc42927a..228bd8915c5 100644
--- a/clang/lib/Frontend/CMakeLists.txt
+++ b/clang/lib/Frontend/CMakeLists.txt
@@ -1,6 +1,7 @@
add_subdirectory(Rewrite)
set(LLVM_LINK_COMPONENTS
+ BitReader
Option
Support
)
@@ -31,6 +32,7 @@ add_clang_library(clangFrontend
MultiplexConsumer.cpp
PrintPreprocessedOutput.cpp
SerializedDiagnosticPrinter.cpp
+ SerializedDiagnosticReader.cpp
TextDiagnostic.cpp
TextDiagnosticBuffer.cpp
TextDiagnosticPrinter.cpp
OpenPOWER on IntegriCloud