summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/emutls_generic.ll
Commit message (Collapse)AuthorAgeFilesLines
* [TLS] use emulated TLS if the target supports only this modeChih-Hung Hsieh2018-02-281-0/+7
| | | | | | | | | | | | | | | Emulated TLS is enabled by llc flag -emulated-tls, which is passed by clang driver. When llc is called explicitly or from other drivers like LTO, missing -emulated-tls flag would generate wrong TLS code for targets that supports only this mode. Now use useEmulatedTLS() instead of Options.EmulatedTLS to decide whether emulated TLS code should be generated. Unit tests are modified to run with and without the -emulated-tls flag. Differential Revision: https://reviews.llvm.org/D42999 llvm-svn: 326341
* Fix typo.Chih-Hung Hsieh2015-07-281-1/+1
| | | | llvm-svn: 243475
* Limit this test only on linux.Chih-Hung Hsieh2015-07-281-2/+2
| | | | | | Differential Revision: http://reviews.llvm.org/D10522 llvm-svn: 243474
* Move unit tests to target specific directories.Chih-Hung Hsieh2015-07-281-0/+41
Differential Revision: http://reviews.llvm.org/D10522 llvm-svn: 243454
OpenPOWER on IntegriCloud