delcypher wrote:

@thurstond I implemented a `-fsanitize-debug-trap-reasons=` flag takes an enum 
value. It takes either `none`, `basic` (what we had before this patch), or 
`detailed` (the new behavior added by this patch). For compatibility I kept the 
binary forms of the flags around and made them aliases of  
`-fsanitize-debug-trap-reasons=`.

I also updated the ReleaseNotes. It turns out we accidentally committed the 
wrong flag name in @anthonyhatran 's patch so I fixed that too.

https://github.com/llvm/llvm-project/pull/154618
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to