diff options
| author | Hans Wennborg <hans@hanshq.net> | 2012-07-13 12:44:23 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2012-07-13 12:44:23 +0000 |
| commit | e2679c50d7a3798adf4cf23ca09e20a5979793ac (patch) | |
| tree | b6c3e0295b42cbb4dbffcba6f69d3399e7e52b4d /llvm | |
| parent | 60b801619742af8bb5a9c949d6a979e8f48be43b (diff) | |
| download | bcm5719-llvm-e2679c50d7a3798adf4cf23ca09e20a5979793ac.tar.gz bcm5719-llvm-e2679c50d7a3798adf4cf23ca09e20a5979793ac.zip | |
ReleaseNotes.html: add note about specifying TLS models
llvm-svn: 160168
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index e903080977e..1ab2b709f58 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |

