Lewuathe/mlir-hello
thirdparty/llvm-project/openmp/runtime/cmake/config-ix.cmake
:261
check_c_source_compiles(
"__thread int x;
int main(int argc, char** argv)
{ x = argc; return x; }"
LIBOMP_HAVE___THREAD)