[Bug 203094] Unable to make installworld without disabling tests and setting COMPILER_TYPE=clang
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 14 08:12:08 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203094
Garrett Cooper,425-314-3911 <ngie at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dim at FreeBSD.org
--- Comment #3 from Garrett Cooper,425-314-3911 <ngie at FreeBSD.org> ---
Finally, this *should* not happen, but I'm wondering if somehow the build vs
installed version of ${CC} is affecting what's being built:
29 # This testcase doesn't run properly when not compiled with -fsantize=bounds
30 # with clang, which is currently contingent on a compiler_rt update
31 .if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} < 30500
32 PROGS+= h_raw
33 .endif
This would make sense and it would be a huge bug with whatever we do as far as
COMPILER_VERSION gating logic is concerned (it affects a few handfuls of areas
of the tree).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-testing
mailing list