jmciver created this revision.
Herald added a subscriber: mgorny.
Herald added a project: All.
jmciver published this revision for review.
Herald added subscribers: cfe-commits, alextsao1999.
Herald added a project: clang-tools-extra.
When building in debug mode, ABI breaking assertion checks are enabled and
require linking against LLVMSupport.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D127271

Files:
  clang-tools-extra/pseudo/lib/cxx/CMakeLists.txt


Index: clang-tools-extra/pseudo/lib/cxx/CMakeLists.txt
===================================================================
--- clang-tools-extra/pseudo/lib/cxx/CMakeLists.txt
+++ clang-tools-extra/pseudo/lib/cxx/CMakeLists.txt
@@ -6,4 +6,5 @@
 
   LINK_LIBS
   clangPseudoGrammar
+  LLVMSupport
   )


Index: clang-tools-extra/pseudo/lib/cxx/CMakeLists.txt
===================================================================
--- clang-tools-extra/pseudo/lib/cxx/CMakeLists.txt
+++ clang-tools-extra/pseudo/lib/cxx/CMakeLists.txt
@@ -6,4 +6,5 @@
 
   LINK_LIBS
   clangPseudoGrammar
+  LLVMSupport
   )
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to