$OpenBSD: patch-include_clang_Basic_CodeGenOptions_def,v 1.1 2019/07/17 21:33:33 bcallah Exp $

Index: include/clang/Basic/CodeGenOptions.def
--- include/clang/Basic/CodeGenOptions.def.orig
+++ include/clang/Basic/CodeGenOptions.def
@@ -286,6 +286,9 @@ VALUE_CODEGENOPT(NumRegisterParameters, 32, 0)
 /// The lower bound for a buffer to be considered for stack protection.
 VALUE_CODEGENOPT(SSPBufferSize, 32, 0)
 
+/// Whether to use return protectors
+CODEGENOPT(ReturnProtector, 1, 0)
+
 /// The kind of generated debug info.
 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 3, codegenoptions::NoDebugInfo)
 
