]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Build libclang_rt/profile on all clang-supported architectures
authorngie <ngie@FreeBSD.org>
Mon, 22 Apr 2019 19:21:35 +0000 (19:21 +0000)
committerngie <ngie@FreeBSD.org>
Mon, 22 Apr 2019 19:21:35 +0000 (19:21 +0000)
commitfebdbb3e83737f2d709ab3aed498cd8d77fe2229
tree2cdbeda6aa9e7651dbe2e83dfcfaa1358ba59d2e
parentfc00834974bfdd4f411f86412c87f20560f6e005
Build libclang_rt/profile on all clang-supported architectures

There's no reason why a special case needs to be added specifically for amd64,
arm, and i386, as the code is written in machine architecture agnostic C/C++.

This will make it possible for all supporting clang architectures to produce
runtime coverage with `--coverage`.

MFC after: 2 weeks
Reviewed by: dim
Differential Revision: https://reviews.freebsd.org/D20003
lib/libclang_rt/Makefile