summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2012-07-13 12:44:23 +0000
committerHans Wennborg <hans@hanshq.net>2012-07-13 12:44:23 +0000
commitff373d73d039a24a274d0f98940d417d1d89812d (patch)
tree53cd2f1e1cb1bea8b7d21d062887d6626e162349 /docs/ReleaseNotes.html
parentee4c312898ee0b50423fb80945117021a4ff45a2 (diff)
downloadllvm-ff373d73d039a24a274d0f98940d417d1d89812d.tar.gz
llvm-ff373d73d039a24a274d0f98940d417d1d89812d.tar.bz2
llvm-ff373d73d039a24a274d0f98940d417d1d89812d.tar.xz
ReleaseNotes.html: add note about specifying TLS models
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160168 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e903080977..1ab2b709f5 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -449,6 +449,8 @@ Release Notes</a>.</h1>
expose new optimization opportunities:</p>
<ul>
+ <li>Thread local variables may have a specified TLS model. See the
+ <a href="LangRef.html#globalvars">Language Reference Manual</a>.</li>
<li>...</li>
</ul>