diff options
author | Gui Andrade <guiand@google.com> | 2020-06-27 06:24:32 +0000 |
---|---|---|
committer | Gui Andrade <guiand@google.com> | 2020-06-27 06:34:36 +0000 |
commit | 9aa9855a9c253274d277a7ef0c9897a52cebf1f0 (patch) | |
tree | 9b8bd5c61e17eba7810c09dfe26a8538fe87b394 | |
parent | 9e8b5a20e9ec66df71e6540ee6720cbde339a7ae (diff) | |
download | llvm-9aa9855a9c253274d277a7ef0c9897a52cebf1f0.zip llvm-9aa9855a9c253274d277a7ef0c9897a52cebf1f0.tar.gz llvm-9aa9855a9c253274d277a7ef0c9897a52cebf1f0.tar.bz2 |
[Docs] BitCodeFormat.rst: List missing attribute codes
-rw-r--r-- | llvm/docs/BitCodeFormat.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/docs/BitCodeFormat.rst b/llvm/docs/BitCodeFormat.rst index c8b99c6..065f9c3 100644 --- a/llvm/docs/BitCodeFormat.rst +++ b/llvm/docs/BitCodeFormat.rst @@ -1058,7 +1058,15 @@ The integer codes are mapped to well-known attributes as follows. * code 56: ``nocf_check`` * code 57: ``optforfuzzing`` * code 58: ``shadowcallstack`` +* code 59: ``speculative_load_hardening`` +* code 60: ``immarg`` +* code 61: ``willreturn`` +* code 62: ``nofree`` +* code 63: ``nosync`` * code 64: ``sanitize_memtag`` +* code 65: ``preallocated`` +* code 66: ``no_merge`` +* code 67: ``null_pointer_is_valid`` .. note:: The ``allocsize`` attribute has a special encoding for its arguments. Its two |