[llvm] [Instrumentation] Do not run sanitizers for naked functions (PR #108552)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 00:16:31 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
----------------
nikic wrote:

Hm okay, sounds like a bug in UTC.

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


More information about the llvm-commits mailing list