v.21.1Build/Testing/Packaging Improvements

Generate Build ID for ClickHouse when linked with lld

Generate build id when ClickHouse is linked with lld. It's appeared that lld does not generate it by default on my machine. Build id is used for crash reports and introspection. #18808 (alexey-milovidov).