[llvm-branch-commits] [clang] [Clang] Introduce -fsanitize=alloc-token (PR #156839)
Marco Elver via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Sep 26 08:29:42 PDT 2025
================
@@ -0,0 +1,45 @@
+// RUN: %clang_cc1 -fsanitize=alloc-token -falloc-token-max=2147483647 -triple x86_64-linux-gnu -x c -emit-llvm %s -o - | FileCheck %s
----------------
melver wrote:
Switching CodeGenCXX to -disable-llvm-passes.
But I'm a little paranoid, so for the CodeGen test I want to retain the test after lowering but will add a -disable-llvm-passes case as well (the C-only test is smaller).
https://github.com/llvm/llvm-project/pull/156839
More information about the llvm-branch-commits
mailing list