Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / utils / llvm.grm
index c550434054fcd3332f6a8ffe82dcac91706250c5..d65f075076cf8ef8eb4c064a8cece328c5d40acf 100644 (file)
@@ -174,9 +174,9 @@ FuncAttr      ::= noreturn
  | sspreq
  | returns_twice
  | nonlazybind
- | address_safety
- | thread_safety
- | uninitialized_checks
+ | sanitize_address
+ | sanitize_thread
+ | sanitize_memory
  ;
 
 OptFuncAttrs  ::= + _ | OptFuncAttrs FuncAttr ;