[llvm] [Instrumentation] Do not run sanitizers for naked functions (PR #108552)
Antonio Frighetto via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 15 07:07:48 PDT 2024
================
@@ -0,0 +1,89 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -passes=asan -S | FileCheck %s --check-prefixes=CHECK-ASAN
----------------
antoniofrighetto wrote:
Added, but they seem unused.
https://github.com/llvm/llvm-project/pull/108552
More information about the llvm-commits
mailing list