do not detect LLVM based IBMXL compiler (on ppc) as clang (#2555)
This commit is contained in:
parent
7463c83205
commit
249f03bbb7
@ -18,7 +18,7 @@
|
||||
// The fmt library version in the form major * 10000 + minor * 100 + patch.
|
||||
#define FMT_VERSION 80001
|
||||
|
||||
#ifdef __clang__
|
||||
#if defined (__clang__ ) && !defined(__ibmxl__)
|
||||
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)
|
||||
#else
|
||||
# define FMT_CLANG_VERSION 0
|
||||
|
Loading…
Reference in New Issue
Block a user