diff options
author | Devang Patel <dpatel@apple.com> | 2011-11-15 01:14:37 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-11-15 01:14:37 +0000 |
commit | d5c469ae1c8c701beb48256b45b8bb81aa70f29d (patch) | |
tree | b8e15577ac4351bcc3e00006c15d84c6b20625ea | |
parent | 43e6f7624f100c048db34eb0c64d535421f323ff (diff) | |
download | external_llvm-d5c469ae1c8c701beb48256b45b8bb81aa70f29d.zip external_llvm-d5c469ae1c8c701beb48256b45b8bb81aa70f29d.tar.gz external_llvm-d5c469ae1c8c701beb48256b45b8bb81aa70f29d.tar.bz2 |
Add ObjCPropertyDebugInfo.html
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144600 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index bfca45b..3e74a24 100644 --- a/docs/index.html +++ b/docs/index.html @@ -212,6 +212,9 @@ JITed code with GDB.</li> <li><a href="BranchWeightMetadata.html">Branch Weight Metadata</a> - Provides information about Branch Prediction Information.</li> +<li><a href="ObjCPropertyDebugInfo.html">Objective C Property Debug Info</a> +- Debugging information extension for Objective C Property.</li> + </ul> <!--=======================================================================--> |