ashgti wrote: > Could we make the test self contained (i.e. without the qsort reference)? If > all you need is a function without debug info, then > `__attribute__((nodebug))` should suffice.
Thanks for the suggestion! That works a lot more consistently than depending on the implementation details of libc's qsort. https://github.com/llvm/llvm-project/pull/128268 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits