Announcement

Collapse
No announcement yet.

LLVM's Clang Is Onto Building The Linux Kernel

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • LLVM's Clang Is Onto Building The Linux Kernel

    Phoronix: LLVM's Clang Is Onto Building The Linux Kernel

    In February of this year the Clang C/C++ compiler for LLVM hit the milestone of self-hosting itself after Clang's C support was declared production ready (with the recently released LLVM 2.8, the C++ support is now deemed feature-complete) just last October. In April another achievement was reached for LLVM/Clang and that was building much of FreeBSD's base operating system. Today another milestone has been hit and that's building the Linux kernel for Debian to the point that it's functional and can run the X.Org Server both on bare metal and this can also be done within a QEMU virtualized environment...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Hey, Phoronix,
    Why didn't you read follow-up-mails before posting an article?

    Comment


    • #3
      Originally posted by ChrisXY View Post
      Hey, Phoronix,
      Why didn't you read follow-up-mails before posting an article?
      http://lists.cs.uiuc.edu/pipermail/c...er/011744.html
      So looks like they have made a lot of progress already since the article was posted. Very promising work and hopefully down the road we can see some benchmarks between GCC-compiled and LLVM-compiled kernels

      Comment


      • #4
        Wow!

        Awsome. I have been following the bugtracker at


        and there it still seems to be a couple of blocker bugs. I wonder how those things are solved/related to this anouncement.

        Comment


        • #5
          This is great, clang is getting closer and closer to being the drop-in replacement for gcc it was aiming for. Having two open source free compilers to choose from when building our code is wonderful, especially since they both have different strenghts.

          Comment


          • #6
            Clang was aiming to be a "drop-in replacement" for GCC? I got the impression that they really didn't want to just implement all the GNU extensions, just the ones that they thought were good/important.

            Comment


            • #7
              Originally posted by DeepDayze View Post
              So looks like they have made a lot of progress already since the article was posted. Very promising work and hopefully down the road we can see some benchmarks between GCC-compiled and LLVM-compiled kernels
              Are there already FreeBSD / ClangBSD benchmarks out there? Would be interesting to see whether the GCClinux vs ClangLinux differences are similar to those of BSD (which I guess suffers from less GNUisms).

              Comment


              • #8
                Originally posted by Ex-Cyber View Post
                Clang was aiming to be a "drop-in replacement" for GCC? I got the impression that they really didn't want to just implement all the GNU extensions, just the ones that they thought were good/important.
                From the Clang homepage:

                'Clang Compiler Driver (Drop-in Substitute for GCC)

                The clang tool is the compiler driver and front-end, which is designed to be a drop-in replacement for the gcc command.'


                Given that the vast majoity of open source code is written for gcc, it would be pretty stupid not to aim for full gcc compability. And when talking about extensions, they were added because programmers needed them. And when programmers use them it's because they need them, not because they think they just look nice in the source code.

                Comment


                • #9
                  Originally posted by XorEaxEax View Post
                  From the Clang homepage:

                  'Clang Compiler Driver (Drop-in Substitute for GCC)

                  The clang tool is the compiler driver and front-end, which is designed to be a drop-in replacement for the gcc command.'


                  Given that the vast majority of open source code is written for gcc, it would be pretty stupid not to aim for full gcc compability. And when talking about extensions, they were added because programmers needed them. And when programmers use them it's because they need them, not because they think they just look nice in the source code.
                  edit:spelling!

                  Comment


                  • #10
                    Clang doesn't aim to implement EVERY GCC extension, just most of them. There are a few nasty ones that they've decided to not support, which luckily aren't used by many projects anyway. The main thing is to just get all the command line options to match up so that you don't have to completely rewrite your build system to switch compilers.

                    Comment

                    Working...
                    X