Lewuathe/mlir-hello
thirdparty/llvm-project/flang/runtime/CMakeLists.txt
:76
check_cxx_source_compiles(
"#include <string.h>
int main() {
char buf[4096];
return strerror_s(buf, 4096, 0);
}
"
HAVE_DECL_STRERROR_S)