Support xlclang++ on AIX. (#1584)

This commit is contained in:
Martin 2019-02-15 19:23:46 +01:00 committed by Ebrahim Byagowi
parent 28f7736132
commit 5c2bb1de8d
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ static inline bool _hb_compare_and_swap_ptr (void **P, void *O, void *N)
#endif
#elif !defined(HB_NO_MT) && defined(_AIX) && defined(__IBMCPP__)
#elif !defined(HB_NO_MT) && defined(_AIX) && (defined(__IBMCPP__) || defined(__ibmxl__))
#include <builtins.h>