summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/tls-model.c
Commit message (Collapse)AuthorAgeFilesLines
* Add -femulated-tls flag to select the emulated TLS model.Chih-Hung Hsieh2015-07-281-0/+16
| | | | | | | | | This will be used for old targets like Android that do not support ELF TLS models. Differential Revision: http://reviews.llvm.org/D10524 llvm-svn: 243441
* Add -ftls-model command-line flag.Hans Wennborg2012-06-281-0/+28
This allows for setting the default TLS model. (PR9788) llvm-svn: 159336
OpenPOWER on IntegriCloud