]> granicus.if.org Git - clang/commitdiff
[CodeGen] Fix -DBUILD_SHARED_LIBS=on build after rC348907
authorFangrui Song <maskray@google.com>
Wed, 12 Dec 2018 06:07:33 +0000 (06:07 +0000)
committerFangrui Song <maskray@google.com>
Wed, 12 Dec 2018 06:07:33 +0000 (06:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348911 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CMakeLists.txt

index 2a0f4f0e83ecfd3e70b6e1251efcf019a5615865..29c6793c601e73922656a9e153c02a17e50a2fb2 100644 (file)
@@ -102,4 +102,5 @@ add_clang_library(clangCodeGen
   clangBasic
   clangFrontend
   clangLex
+  clangSerialization
   )