[compiler-rt] [scudo][gwp_asan] Clean up Fuchsia zxtest framework integration (PR #90015)
Fabio D'Urso via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 25 04:35:44 PDT 2024
================
@@ -11,7 +11,7 @@
#include <stdarg.h>
-#if defined(__Fuchsia__)
+#ifdef LIBC_COPT_TEST_USE_ZXTEST
----------------
fabio-d wrote:
Since this is removing the only occurrence of "Fuchsia" in this file, I'm wondering if we could leave some breadcrumb comment that ties zxtest back to Fuchsia like you did in `libc/test/UnitTest/Test.h`, for the benefit of those who don't know what zxtest is
https://github.com/llvm/llvm-project/pull/90015
More information about the llvm-commits
mailing list