search for: 223891d3

Displaying 2 results from an estimated 2 matches for "223891d3".

2017 Feb 12
2
compiler-rt linux-arm builtins/clear_cache.c depends on kernel headers
...ude/uapi/asm/unistd.h). > > Saleem, any objections? > > cheers, > --renato > -- Saleem Abdulrasool compnerd (at) compnerd (dot) org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170212/223891d3/attachment.html>
2017 Jan 26
2
compiler-rt linux-arm builtins/clear_cache.c depends on kernel headers
builtins/clear_cache.c depends on kernel headers. It's difficult to ascertain whether it's mixing with libc headers but if it is then that's a bug in its own right. Either way, it's pulling in kernel headers for a single #defined constant that's been part of the linux ABI for years now. This makes it more difficult to cross compile for, in my opinion, no good reason. So