diff options
author | Duncan Sands <baldrick@free.fr> | 2012-04-15 18:03:49 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2012-04-15 18:03:49 +0000 |
commit | e747fadedf8c5b80f1a0d5e84078a4428e06098e (patch) | |
tree | 661d6369299d769b6319628973bb2907cf948dea /docs | |
parent | 362a05a635379ca1151e5ccf735295aed814dd4b (diff) |
Add the MDBuilder helper class for conveniently creating metadata.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154766 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 685e9de1a3..750f9825cc 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -532,6 +532,8 @@ syntax, there are still significant gaps in that support.</p> <li><code>llvm::getTrapFunctionName()</code></li> <li><code>llvm::EnableSegmentedStacks</code></li> </ul></li> + <li>The MDBuilder class has been added to simplify the creation of + metadata.</li> <li>....</li> </ul> |