llvm: Install utilities into libexec (#3516)

This commit is contained in:
Erik Schnetter 2017-03-22 12:01:10 -04:00 committed by becker33
parent 31e28f9662
commit 7e7045e0ca

View File

@ -374,4 +374,4 @@ def install(self, spec, prefix):
cmake(*cmake_args)
make()
make("install")
install_tree("bin", prefix.bin)
install_tree("bin", join_path(prefix, "libexec", "llvm"))