diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2014-09-18 21:54:02 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2014-09-18 21:54:02 +0000 |
commit | 042b7ffd3796c9cfaf18bbbb6304c64d2adf6341 (patch) | |
tree | 4c2470d23f4248a62fe83b2b025af97ae2663cb8 /llvm/docs/BitCodeFormat.rst | |
parent | ee3be91995078d45ba47aa9d8a31ce3301211e62 (diff) | |
download | llvm-042b7ffd3796c9cfaf18bbbb6304c64d2adf6341.zip llvm-042b7ffd3796c9cfaf18bbbb6304c64d2adf6341.tar.gz llvm-042b7ffd3796c9cfaf18bbbb6304c64d2adf6341.tar.bz2 |
Fix sphinx warning.
llvm-svn: 218081
Diffstat (limited to 'llvm/docs/BitCodeFormat.rst')
-rw-r--r-- | llvm/docs/BitCodeFormat.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/llvm/docs/BitCodeFormat.rst b/llvm/docs/BitCodeFormat.rst index 2e487b3..34485b5 100644 --- a/llvm/docs/BitCodeFormat.rst +++ b/llvm/docs/BitCodeFormat.rst @@ -728,7 +728,7 @@ global variable. The operand fields are: * *unnamed_addr*: If present and non-zero, indicates that the variable has ``unnamed_addr`` -.. _dllstorageclass: +.. _bcdllstorageclass: * *dllstorageclass*: If present, an encoding of the DLL storage class of this variable: @@ -787,7 +787,8 @@ function. The operand fields are: * *prefix*: If non-zero, the value index of the prefix data for this function, plus 1. -* *dllstorageclass*: An encoding of the `dllstorageclass`_ of this function +* *dllstorageclass*: An encoding of the + :ref:`dllstorageclass<bcdllstorageclass>` of this function MODULE_CODE_ALIAS Record ^^^^^^^^^^^^^^^^^^^^^^^^ @@ -805,7 +806,8 @@ fields are * *visibility*: If present, an encoding of the `visibility`_ of the alias -* *dllstorageclass*: If present, an encoding of the `dllstorageclass`_ of the alias +* *dllstorageclass*: If present, an encoding of the + :ref:`dllstorageclass<bcdllstorageclass>` of the alias MODULE_CODE_PURGEVALS Record ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |