Created attachment 174942 [details] Makefile diff for top-level package Makefile (level/llvm39) It appears that the lit tool is not properly installed: 1. The 'formats' subdirectory is not installed in the python site-packages/lit<version> directory 2. The python files in the 'formats' subdirectory are not patched to include the LLVM_VERSION (from lit.xxx import instead of from lit39.xxx import) Patches for LLVM39 Makefile and pkg-plist included here.
Created attachment 174943 [details] pkg-lplist patch
A commit references this bug: Author: brooks Date: Wed Nov 2 16:06:10 UTC 2016 New revision: 425161 URL: https://svnweb.freebsd.org/changeset/ports/425161 Log: Install missing lit components. PR: 212813 Submitted by: Dirk Schroetter <dschroetter@gmail.com> Changes: head/devel/llvm39/Makefile head/devel/llvm39/pkg-plist
It appears I fixed this a while ago. Not sure why I kept it open. Please open a new one if there are issues with other llvm versions.