[Lldb-commits] [lldb] [lldb] Refactor InstrumentationRuntimeAsan and add a new plugin (PR #69388)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 17 16:35:18 PDT 2023


================
@@ -1,5 +1,7 @@
+add_subdirectory(Libsanitizers)
----------------
JDevlieghere wrote:

Rather than living under the Asan plugin, it seems like his should be living at the same level. If there's shared code between the two plugins, we should hoist that up into a separate library (something like `plugins/Process/Utility`, but for the instrumentation plugins. 

https://github.com/llvm/llvm-project/pull/69388


More information about the lldb-commits mailing list