[Lldb-commits] [PATCH] D104176: [libunwind] Define and use portable macro for checking for presence of ASAN

2021-06-13 Thread Daniel Levin via Phabricator via lldb-commits
daniel-levin updated this revision to Diff 351709. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D104176/new/ https://reviews.llvm.org/D104176 Files: libunwind/src/libunwind.cpp Index: libunwind/src/libunwind.cpp === ---

[Lldb-commits] [PATCH] D104176: [libunwind] Define and use portable macro for checking for presence of ASAN

2021-06-13 Thread Daniel Levin via Phabricator via lldb-commits
daniel-levin updated this revision to Diff 351710. daniel-levin added a comment. Responded to comments from Saleem. Apologies for the noise in getting the diff correct. I had not used arc before. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D104176/new/ https://reviews.llvm.org/D104176

[Lldb-commits] [PATCH] D104176: [libunwind] Define and use portable macro for checking for presence of ASAN

2021-06-13 Thread Daniel Levin via Phabricator via lldb-commits
daniel-levin updated this revision to Diff 351711. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D104176/new/ https://reviews.llvm.org/D104176 Files: libunwind/src/libunwind.cpp Index: libunwind/src/libunwind.cpp === ---

[Lldb-commits] [PATCH] D104176: [libunwind] Define and use portable macro for checking for presence of ASAN

2021-06-13 Thread Daniel Levin via Phabricator via lldb-commits
daniel-levin added a comment. Yes please. I do not have commit access. Thank you Saleem :) CHANGES SINCE LAST ACTION https://reviews.llvm.org/D104176/new/ https://reviews.llvm.org/D104176 ___ lldb-commits mailing list lldb-commits@lists.llvm.org ht

[Lldb-commits] [PATCH] D104176: [libunwind] Define and use portable macro for checking for presence of ASAN

2021-06-14 Thread Daniel Levin via Phabricator via lldb-commits
daniel-levin updated this revision to Diff 351707. daniel-levin added a comment. Herald added subscribers: lldb-commits, dexonsmith, pengfei, delcypher, hiraditya, mgorny. Herald added a project: LLDB. [libunwind] Use most appropriate macro for checking for presence of ASan. Repository: rG LL