[llvm] [StackProtector] Introduce stack-protect-refinement pass to remove unnecessary protections. (PR #150390)

Paul T Robinson via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 4 08:33:12 PDT 2025


================
@@ -0,0 +1,64 @@
+// RUN: clang -O2 -fstack-protector-strong -emit-llvm -S  %s -o - | FileCheck %s
+
+
----------------
pogo59 wrote:

Pls remove excess blank lines, you need only one

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


More information about the llvm-commits mailing list