Build libclang_rt/profile on all clang-supported architectures
authorEnji Cooper <ngie@FreeBSD.org>
Mon, 22 Apr 2019 19:21:35 +0000 (19:21 +0000)
committerEnji Cooper <ngie@FreeBSD.org>
Mon, 22 Apr 2019 19:21:35 +0000 (19:21 +0000)
commit613d28127b4fa088305c7bd85286980f2b346e82
tree2cdbeda6aa9e7651dbe2e83dfcfaa1358ba59d2e
parentdb933d76bb02f19347b706717ff7e70044d0a5fa
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