Update uwtable vim color!
[oota-llvm.git] / utils / llvm.grm
index 9d6bdf79f539a23b1250af13a79d778bff1cba0e..3f33702d2a00f2076025a11c2983faf7697e2912 100644 (file)
@@ -172,6 +172,8 @@ FuncAttr      ::= noreturn
  | optsize
  | ssp
  | sspreq
+ | hotpatch
+ | nonlazybind
  ;
 
 OptFuncAttrs  ::= + _ | OptFuncAttrs FuncAttr ;