================
@@ -97,6 +97,9 @@ add_lldb_library(lldbTarget
     lldbUtility
     lldbValueObject
     lldbPluginProcessUtility
+
+  CLANG_LIBS
+    clangCodeGen
----------------
Michael137 wrote:

This I'm pretty sure we cant do architecturally. Only LLDB's Clang plugin (and 
dependent components) should link libClang. We wanted to move all the frame 
recognizers to a common C language plugin (which doesnt exist yet). Maybe now 
is the time to do so. I started doing that a while back. I can try to revive 
that

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

Reply via email to