[compiler-rt] [sanitizer_symbolizer] Add initial symbolizer markup (PR #72605)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 20 15:27:56 PST 2023
=?utf-8?q?Andr=C3=A9s?= Villegas <andresvi at google.com>,
=?utf-8?q?Andr=C3=A9s?= Villegas <andresvi at google.com>,
=?utf-8?q?Andr=C3=A9s?= Villegas <andresvi at google.com>,
=?utf-8?q?Andr=C3=A9s?= Villegas <andresvi at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/72605 at github.com>
================
@@ -6357,7 +6357,7 @@ INTERCEPTOR(int, dlclose, void *handle) {
COMMON_INTERCEPT_FUNCTION(dlclose);
#else
#define INIT_DLOPEN_DLCLOSE
-#endif
+#endif // SANITIZER_INTERCEPT_DLOPEN_DLCLOSE
----------------
vitalybuka wrote:
Please don't mix random fix-ups with actual patch
https://github.com/llvm/llvm-project/pull/72605
More information about the llvm-commits
mailing list