Lewuathe/mlir-hello
thirdparty/llvm-project/compiler-rt/lib/fuzzer/CMakeLists.txt
:53
CHECK_CXX_SOURCE_COMPILES("
static thread_local int blah;
int main() {
return 0;
}
" HAS_THREAD_LOCAL)