[Lldb-commits] [lldb] Add asan tests for libsanitizers. (#88349) (PR #88962)

Usama Hameed via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 16 12:54:17 PDT 2024


usama54321 wrote:


> The only change here was catching the build errors, right? lldbtest.build only throws exceptions, it doesn't return any value, so this seems the right way to do it.
> 
> Letting the build system fail to find this library seems easier than trying to check ourselves.
> 
> LGTM

Yes I verified that the build system throws an exception when the make command fails


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


More information about the lldb-commits mailing list