[llvm] StackProtector: use isInTailCallPosition to verify tail call position (PR #68997)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 24 18:22:46 PST 2024
================
@@ -0,0 +1,14 @@
+; RUN: llc -mtriple=x86_64-linux-gnu %s -o - 2>&1 | FileCheck %s
----------------
MaskRay wrote:
Merge this into `tailcc-ssp.ll`?
https://github.com/llvm/llvm-project/pull/68997
More information about the llvm-commits
mailing list