Illinois and Apple. It currently supports compilation of C and C++ programs,
using front-ends derived from GCC 4.0.1. A new front-end for the C family of
languages is in development. The compiler infrastructure
-includes mirror sets of programming tools as well as libraries with equivalent
+includes mirror sets of programming tools as well as libraries with equivalent
functionality.
%package devel
%post -n clang -p /sbin/ldconfig
%postun -n clang -p /sbin/ldconfig
+%ifnarch aarch64
+%post -n lldb
+/bin/ln -sf %{sdk_lib_dir}/liblldb.so.3.8.1 %{system_lib_dir}/liblldb.so.3.8.1
+/bin/ln -sf %{sdk_lib_dir}/liblldb.so %{system_lib_dir}/liblldb.so
+/sbin/ldconfig
+
+%postun -n lldb
+rm -f %{system_lib_dir}/liblldb.so.3.8.1
+rm -f %{system_lib_dir}/liblldb.so
+/sbin/ldconfig
+
+%endif
+
%clean
echo Cleaning %{buildroot}
#rm -rf %{buildroot}