K 10 svn:author V 3 cem K 8 svn:date V 27 2016-07-20T14:58:57.119072Z K 7 svn:log V 232 dwarves: Fix build on !__LP64__ Clang defines __LP64__ on such platforms, but not __ILP32__ (before 11). Use __SIZEOF_LONG__ to detect long bits instead. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D7236 END