================
@@ -6,5 +6,6 @@ set(LLVM_LINK_COMPONENTS
 
 add_clang_library(clangDocSupport STATIC
   File.cpp
+  Markdown.cpp
----------------
ilovepi wrote:

This should really be its own target instead of just pushing into this support 
target. This seems pedantic now because it's one file, but it will soon be 
many. Splitting it out will also make it easier to migrate to llvm/Support. 

https://github.com/llvm/llvm-project/pull/205609
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to