freebsd-dev/lib/libclang_rt
Enji Cooper 613d28127b 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
2019-04-22 19:21:35 +00:00
..
asan Update compiler-rt build glue. 2019-01-22 20:08:25 +00:00
asan_cxx Next step in updating llvm/clang build glue: make libclang_rt build. 2017-12-23 21:41:32 +00:00
asan_dynamic Update compiler-rt build glue. 2019-01-22 20:08:25 +00:00
asan-preinit Update compiler-rt to 3.9.0 release, and update the build glue for 2016-09-03 21:41:29 +00:00
fuzzer Add compiler-rt's libFuzzer, not connected to buildworld yet. 2018-09-29 15:17:17 +00:00
fuzzer_no_main Add compiler-rt's libFuzzer, not connected to buildworld yet. 2018-09-29 15:17:17 +00:00
include Update lib/libclang_rt for compiler-rt trunk r338150. 2018-08-03 15:30:32 +00:00
msan Update compiler-rt build glue. 2019-01-22 20:08:25 +00:00
msan_cxx Update lib/libclang_rt for compiler-rt trunk r338150. 2018-08-03 15:30:32 +00:00
profile Next step in updating llvm/clang build glue: make libclang_rt build. 2017-12-23 21:41:32 +00:00
safestack Update compiler-rt build glue. 2019-01-22 20:08:25 +00:00
stats Update compiler-rt build glue. 2019-01-22 20:08:25 +00:00
stats_client DIRDEPS_BUILD: Connect more libraries. 2017-07-11 00:32:48 +00:00
tsan Update compiler-rt build glue. 2019-01-22 20:08:25 +00:00
tsan_cxx Update lib/libclang_rt for compiler-rt trunk r338150. 2018-08-03 15:30:32 +00:00
ubsan_minimal Next step in updating llvm/clang build glue: make libclang_rt build. 2017-12-23 21:41:32 +00:00
ubsan_standalone Update compiler-rt build glue. 2019-01-22 20:08:25 +00:00
ubsan_standalone_cxx Next step in updating llvm/clang build glue: make libclang_rt build. 2017-12-23 21:41:32 +00:00
Makefile Build libclang_rt/profile on all clang-supported architectures 2019-04-22 19:21:35 +00:00
Makefile.inc Standardize -std=c++* as CXXSTD` 2019-03-29 18:45:27 +00:00