$OpenBSD: patch-tools_clang_lib_Basic_Targets_X86_h,v 1.3 2019/02/11 05:24:16 jca Exp $

implement -msave-args in clang/llvm, like the sun did for gcc 

Index: tools/clang/lib/Basic/Targets/X86.h
--- tools/clang/lib/Basic/Targets/X86.h.orig
+++ tools/clang/lib/Basic/Targets/X86.h
@@ -107,6 +107,7 @@ class LLVM_LIBRARY_VISIBILITY X86TargetInfo : public T
   bool HasMOVDIR64B = false;
   bool HasPTWRITE = false;
   bool HasINVPCID = false;
+  bool HasSaveArgs = false;
 
 protected:
   /// Enumeration of all of the X86 CPUs supported by Clang.
