Displaying 1 result from an estimated 1 matches for "__isctype_f".
2016 Aug 03
2
trunk check-all failing on Linux using compiler-rt and libcxx
...mpile the interception tests:
/home/sdowney/bld/llvm-master/llvm/projects/compiler-rt/lib/interception/tests/interception_linux_test.cc:26:18:
error: redefinition of 'isdigit'
INTERCEPTOR(int, isdigit, int d) {
^
/usr/include/ctype.h:185:1: note: previous definition is here
__isctype_f (digit)
^
/usr/include/ctype.h:93:3: note: expanded from macro '__isctype_f'
is##type (int __c) __THROW
\
^
<scratch space>:835:1: note: expanded from here
isdigit
Without the tests, clang builds and appears to work. And in the checkin
prior to the interception tests, the test...