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

> Yea we can definitely do it incrementally. Will try to put something up for 
> review tomorrow

Thanks. It just occurred to me that might not be enough. I'm also refactoring 
this code so it can be used from within a instrumentation plugin (under 
`lldb/source/Plugins/InstrumentationRuntime`). So it needs to be acceptable to 
link against `clangCodeGen` from a plugin. Do you forsee a problem with doing 
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