freebsd-dev/lib/libclang_rt
Dimitry Andric 1bb8eb56ef libclang_rt: enable on powerpc*
Summary:
Enable on powerpc64 and in lib/libclang_rt/Makefile change
MACHINE_CPUARCH to MACHINE_ARCH because on powerpc64
MACHINE_ARCH==MACHINE_CPUARCH so the 32-bit library overwrites 64-bit
library during installworld.

This patch doesn't enable any other libclang_rt libraries because they
need to be separately ported.

I have verified that games/julius (which fails on powerpc64 elfv2
without this change because of no libclang_rt profiling library) builds.

Test Plan: Ship it, test on powerpc and powerpcspe

Submitted by:	pkubaj
Reviewed by:	dim, jhibbits
Differential Revision: https://reviews.freebsd.org/D22425
MFC after:	1 month
X-MFC-With:	r353358
2019-11-23 19:35:09 +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
cfi Update libclang_rt: 2019-09-01 18:21:06 +00:00
cfi_diag Update libclang_rt: 2019-09-01 18:21:06 +00:00
dd Update libclang_rt: 2019-09-01 18:21:06 +00:00
fuzzer Update libclang_rt: 2019-09-01 18:21:06 +00:00
fuzzer_no_main Update libclang_rt: 2019-09-01 18:21:06 +00:00
include Update libclang_rt: 2019-09-01 18:21:06 +00:00
msan Update compiler-rt build glue. 2019-01-22 20:08:25 +00:00
msan_cxx Update libclang_rt: 2019-09-01 18:21:06 +00:00
profile Update libclang_rt: 2019-09-01 18:21:06 +00:00
safestack Update libclang_rt: 2019-09-01 18:21:06 +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 libclang_rt: 2019-09-01 18:21:06 +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
xray Update libclang_rt: 2019-09-01 18:21:06 +00:00
xray-basic Update libclang_rt: 2019-09-01 18:21:06 +00:00
xray-fdr Update libclang_rt: 2019-09-01 18:21:06 +00:00
xray-profiling Update libclang_rt: 2019-09-01 18:21:06 +00:00
Makefile Rearrange libclang_rt Makefile again, and attempt to simplify it. 2019-09-13 21:03:43 +00:00
Makefile.inc libclang_rt: enable on powerpc* 2019-11-23 19:35:09 +00:00