fluent/fluent-bit
CMakeLists.txt
:1319
check_c_source_compiles("
__thread int a;
int main() {
__tls_get_addr(0);
return 0;
}" FLB_HAVE_C_TLS)
check_c_source_compiles("
__thread int a;
int main() {
__tls_get_addr(0);
return 0;
}" FLB_HAVE_C_TLS)