[libunwind] [libunwind] Fix running tests with MSan (PR #67860)

Alexander Richardson via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 3 09:28:41 PDT 2023


================
@@ -43,6 +43,12 @@
   #define LIBUNWIND_AVAIL
 #endif
 
+#if defined(__SANITIZE_MEMORY__) ||                                            \
----------------
arichardson wrote:

Sounds good. In that case I'll update the PR when I'm back in the office next Thursday.

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


More information about the cfe-commits mailing list