facebookarchive/facebook-clang-plugins

Does not compile with glibc 2.26

wieczyk opened this issue · 1 comments

Hi,

I think something had to be updated since stored clang source code does not compile against glibc 2.26.

/tmp/clang-setup.KfT0vO/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc:290:22: error: variable has incomplete type 'struct sigaltstack'
/tmp/clang-setup.KfT0vO/llvm/projects/libcxx/include/__locale:39:11: fatal error: 'xlocale.h' file not found

It is known problem:

Thanks for the report and pointers. Clang has been upgraded (5f64a68), I think this should solve your issue. Feel free to reopen if needed.