With D79219, when building LLVM, the following is seen in file build_dir/lib/cmake/llvm/LLVMExports.cmake:
set_target_properties(LLVMSupport PROPERTIES INTERFACE_LINK_LIBRARIES "curses;m;ZLIB::ZLIB;LLVMDemangle"
We should be consistent in how to set import libs here. Everywhere else we use the short names, such as rt, m and etc.
We should also use z here.