summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-12-12 06:07:33 +0000
committerFangrui Song <maskray@google.com>2018-12-12 06:07:33 +0000
commit2000170e279d77a3771c2572b368a0c37677f37f (patch)
treebd81c5b5a93dd8a358a6c113c8d40573218f6775
parent1fe466689b1837041edee9d76f612b26d4ebe30f (diff)
downloadbcm5719-llvm-2000170e279d77a3771c2572b368a0c37677f37f.tar.gz
bcm5719-llvm-2000170e279d77a3771c2572b368a0c37677f37f.zip
[CodeGen] Fix -DBUILD_SHARED_LIBS=on build after rC348907
llvm-svn: 348911
-rw-r--r--clang/lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CMakeLists.txt b/clang/lib/CodeGen/CMakeLists.txt
index 2a0f4f0e83e..29c6793c601 100644
--- a/clang/lib/CodeGen/CMakeLists.txt
+++ b/clang/lib/CodeGen/CMakeLists.txt
@@ -102,4 +102,5 @@ add_clang_library(clangCodeGen
clangBasic
clangFrontend
clangLex
+ clangSerialization
)
OpenPOWER on IntegriCloud