summaryrefslogtreecommitdiff
path: root/clang/test/Driver/emulated-tls.cpp
AgeCommit message (Expand)Author
2025-05-06[Cygwin] Enable TLS on Cygwin target (#138618)Tomohiro Kashiwada
2023-11-13[Driver] Add LTO support for Haiku and OpenBSD (#72047)Brad Smith
2023-04-23Remove ExplicitEmulatedTLS and simplify -femulated-tls handlingFangrui Song
2023-04-10[clang][driver] Pass `-femulated-tls` through to the linker in LTO modePaul Kirth
2022-06-24Revert "[Driver][test] Replace ^//$ with empty string"Fangrui Song
2022-06-24[Driver][test] Replace ^//$ with empty stringFangrui Song
2018-03-01[Driver] Pass -f[no-]emulated-tls and set up ExplicitEmulatedTLSChih-Hung Hsieh
2017-07-17Enable TLS support on OpenBSD, but default to the emulatated TLS model.Brad Smith
2016-01-16[Cygwin] Use -femulated-tls by default since r257718 introduced the new pass.NAKAMURA Takumi