Lewuathe/mlir-hello
thirdparty/llvm-project/lldb/cmake/modules/LLDBConfig.cmake
:138
add_definitions( -DHAVE_ROUND )
add_definitions( -DHAVE_ROUND )
CHECK_SYMBOL_EXISTS(round "math.h" HAVE_ROUND)
check_function_exists(round HAVE_ROUND)
check_cxx_symbol_exists(round math.h HAVE_ROUND)
check_symbol_exists(round math.h HAVE_ROUND)