v.21.1Build/Testing/Packaging Improvements
Generate Build ID for ClickHouse when linked with lld
Generate build id when ClickHouse is linked withlld. It's appeared thatllddoes not generate it by default on my machine. Build id is used for crash reports and introspection. #18808 (alexey-milovidov).