For blender.
Blender's use of multiple packages with llvm and clang runtimes causes
for comgr which has the rocm-llvm variants.
So build a special static only version of rocm-llvm to use for comgr.
Also remove lld-devel and lld-libs
comgr should have been the only user of liblld.so and now does not need
them. So do not have a lld-devel
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
Use gcc as the stage 1 compiler over clang.
All distro's but fedora have bundled llvm on by default.
replace is_opensuse with suse_version
Reduce compiler-rt to only what is needed.
Do not remove extra bits of the install.
Signed-off-by: Tom Rix <Tom.Rix@amd.com>