[llvm-branch-commits] [llvm] [AllocToken, Clang] Implement __builtin_alloc_token_infer() and llvm.alloc.token.id (PR #156842)
Marco Elver via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Sep 18 02:01:43 PDT 2025
================
@@ -846,6 +836,22 @@ static void addSanitizers(const Triple &TargetTriple,
}
}
+static void addAllocTokenPass(const Triple &TargetTriple,
----------------
melver wrote:
Separate llvm/.. from clang/.. changes?
Or clang/lib/CodeGen from others?
One is useless without the other, and at least this way, if there's a problem, we can atomically revert one commit instead of several or partially reverting one or several commits.
https://github.com/llvm/llvm-project/pull/156842
More information about the llvm-branch-commits
mailing list