================
@@ -0,0 +1,243 @@
+//===---- X86FixupStackProtector.cpp Fix Stack Protector Call ----------===//
----------------
MaskRay wrote:

Since this is Windows specific (`/GS`) 
https://learn.microsoft.com/en-us/cpp/build/reference/gs-buffer-security-check?view=msvc-170
 , a filename with the prefix `X86Win*` may be appropriate.

Stack protector is the term for the GCC implementation of a similar technique. 
This file can be named more appropriately.

https://github.com/llvm/llvm-project/pull/95904
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to