[llvm-dev] Compiling GNU C Library (glibc) with llvm (original) (raw)
Brian Cain via llvm-dev llvm-dev at lists.llvm.org
Sat Feb 9 19:31:00 PST 2019
- Previous message: [llvm-dev] Compiling GNU C Library (glibc) with llvm
- Next message: [llvm-dev] Compiling GNU C Library (glibc) with llvm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I don't know for certain but it's likely due to gcc specific extensions that glibc capitalizes on that clang decided not to implement.
Autoconf produces evidence of what it's testing for, though. It's probably testing a particular feature. Depending on your goal you might find it easier to deactivate the check and patch glibc to workaround this feature.
On Sat, Feb 9, 2019, 9:23 PM Md Salman Ahmed via llvm-dev < llvm-dev at lists.llvm.org wrote:
Hi All,
I was trying to build GNU C Library (glibc implementation) using the clang compiler in a x8664 Linux system. However, whenever I try to set the clang compiler as the compiler in the configure script of glibc, I am getting the following error. checking if clang is sufficient to build libc... no
I did a quick research to see why does clang compiler is not sufficient to build the glibc implementation and found that the glibc implementation may have some target specific features that GCC only can support. But I am not getting what are the exact reasons behind this insufficiency. Can anybody please point me what are the exact reason behind this insufficiency. Some examples would also help. Any kind of help would be greatly appreciated. Thank you!
LLVM Developers mailing list llvm-dev at lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190209/8ff4dcc5/attachment.html>
- Previous message: [llvm-dev] Compiling GNU C Library (glibc) with llvm
- Next message: [llvm-dev] Compiling GNU C Library (glibc) with llvm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]