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

> Rather than move all the frame recognizers at once maybe we could just move 
> the VerboseTrapFrameRecognizer.cpp into a new library and then separately the 
> others can be moved over incrementally? I'm suggesting this because I'd 
> prefer to make this change as simple as possible as this patch is just a 
> stepping stone to the instrumentation plug-in that I'm implementing.

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

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