diff options
author | Fangrui Song <maskray@google.com> | 2018-12-12 06:07:33 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2018-12-12 06:07:33 +0000 |
commit | 2000170e279d77a3771c2572b368a0c37677f37f (patch) | |
tree | bd81c5b5a93dd8a358a6c113c8d40573218f6775 | |
parent | 1fe466689b1837041edee9d76f612b26d4ebe30f (diff) | |
download | bcm5719-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.txt | 1 |
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 ) |