[libunwind] [libunwind][test] Avoid calling back into libunwind on sanitizer errors (PR #67861)

Alexander Richardson via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 20 11:34:00 PDT 2023


================
@@ -28,6 +28,14 @@ if @LIBUNWIND_USES_ARM_EHABI@:
 if not @LIBUNWIND_ENABLE_THREADS@:
     config.available_features.add('libunwind-no-threads')
 
+config.extra_executor_env = ""
----------------
arichardson wrote:

Agreed that would be way better, I'll see if I can get back to this at some point soon.

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


More information about the cfe-commits mailing list