[PATCH] D47732: [clang-doc] Add BitReader to LLVM_LINK_COMPONENTS

Heejin Ahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 4 11:22:18 PDT 2018


aheejin created this revision.
aheejin added a reviewer: juliehockett.
Herald added subscribers: cfe-commits, mgorny, klimek.

Without this, build with `-DSHARED_LIB=ON` fails.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D47732

Files:
  clang-doc/CMakeLists.txt


Index: clang-doc/CMakeLists.txt
===================================================================
--- clang-doc/CMakeLists.txt
+++ clang-doc/CMakeLists.txt
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  BitReader
   support
   )
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47732.149812.patch
Type: text/x-patch
Size: 231 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180604/4cf23afb/attachment.bin>


More information about the cfe-commits mailing list