K 10 svn:author V 3 dim K 8 svn:date V 27 2021-12-22T10:13:03.617244Z K 7 svn:log V 487 Enable SUBDIR_PARELLEL in lib/libclang_rt I noticed that this part of the build was taking much longer than expected. Turns out it's due to not running the subdirs in parallel. Reduces `make all` inside lib/libclang_rt time from 63s to 20s with -j32. Reviewed By: dim Differential Revision: https://reviews.freebsd.org/D26623 (cherry picked from commit cf084e9e9283ba2e4a5a73e54552508fff763379) Git Hash: fb48fa91811f707044185c2a97c377bfe377df46 Git Author: arichardson@FreeBSD.org END