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

Usama Hameed via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 19 11:22:51 PDT 2023


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

I moved the plugin in the parent directory. However, I was not sure how to name the plugin so I have currently named the folder as ASanLibsanitizers and named the files as InstrumentationRuntimeASan.cpp which matches the original ASan plugin naming. I did this mostly to keep the filename/macro short and will appreciate any feedback on this.

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


More information about the lldb-commits mailing list