[compiler-rt] [sanitizer_common] Add GNU/Linux main wrapper support (PR #196365)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu May 7 10:47:48 PDT 2026
================
@@ -0,0 +1,47 @@
+//===-- sanitizer_common_interceptors_main.inc -----------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
----------------
vitalybuka wrote:
This interceptor need to be in lib/lsan, as it's not needed by anything else
https://github.com/llvm/llvm-project/pull/196365
More information about the llvm-commits
mailing list