| commit | ca552b8d31e12d1068bbd3ac01f8b490712596f0 | [log] [tgz] |
|---|---|---|
| author | Chih-Hung Hsieh <chh@google.com> | Thu Mar 01 22:26:19 2018 +0000 |
| committer | Chih-Hung Hsieh <chh@google.com> | Thu Mar 01 22:26:19 2018 +0000 |
| tree | c8b489b149bd661ae49d539ab7259f135bb693c3 | |
| parent | 2e4bcb00956effb5f8bd950fc19a50c5a2b9380a [diff] |
[Driver] Pass -f[no-]emulated-tls and set up ExplicitEmulatedTLS Since LLVM r326341, default EmulatedTLS mode is decided in backend according to target triple. Any front-end should pass -f[no]-emulated-tls to backend and set up ExplicitEmulatedTLS only when the flags are used. Differential Revision: https://reviews.llvm.org/D43965 llvm-svn: 326499