[llvm-branch-commits] [llvm] [AllocToken, Clang] Implement __builtin_infer_alloc_token() and llvm.alloc.token.id (PR #156842)
Vitaly Buka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Sep 30 22:37:37 PDT 2025
================
@@ -846,6 +836,22 @@ static void addSanitizers(const Triple &TargetTriple,
}
}
+static void addAllocTokenPass(const Triple &TargetTriple,
----------------
vitalybuka wrote:
Clang part looks deppends on LLVM but can be separated.
To avoid unlikely complex revert I'd just rather lang them with delay in a few days.
https://github.com/llvm/llvm-project/pull/156842
More information about the llvm-branch-commits
mailing list