From: Michael Jeanson Date: Mon, 25 Jan 2021 18:36:24 +0000 (-0500) Subject: fix: exclude clang from GCC version blacklists X-Git-Tag: v0.11.3~1 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=15814d693abb2f3f90b6b9c3f132f47ce7580319;hp=15814d693abb2f3f90b6b9c3f132f47ce7580319;p=urcu.git fix: exclude clang from GCC version blacklists URCU_GCC_VERSION is used to blacklist specific GCC versions with known bugs, clang also defines these macros to an equivalent GCC version it claims to support, so exclude it. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers Change-Id: Idf0980fddca6533313a3367601ddda8d8e13bfdf ---