|
|
Subscribe / Log in / New account

Building the kernel with clang

Building the kernel with clang

Posted Sep 20, 2017 15:29 UTC (Wed) by rvfh (guest, #31018)
In reply to: Building the kernel with clang by cpitrat
Parent article: Building the kernel with Clang

Or did you mean Magenta?


to post comments

Building the kernel with clang

Posted Sep 20, 2017 16:08 UTC (Wed) by lkurusa (guest, #97704) [Link] (3 responses)

The Magenta kernel was recently renamed to Zircon to stand in line with the neosilicate naming scheme.

Building the kernel with clang

Posted Sep 20, 2017 16:53 UTC (Wed) by ncm (guest, #165) [Link] (2 responses)

Zircon appears to be in transition C -> C++.

It's kind of dumb to name the files ".cpp", instead of ".cc", though. For a long time, portable C++ code had to be in ".cpp" files because MSVC insisted on that, but Zircon doesn't need to be built with MSVC (and anyway, nowadays MSVC can compile ".cc" files).

Building the kernel with clang

Posted Sep 21, 2017 14:34 UTC (Thu) by jond (subscriber, #37669) [Link] (1 responses)

Zircon?

New law: Over a long enough time frame, every IRC client's name will be re-used for something else.

Building the kernel with clang

Posted Sep 24, 2017 7:21 UTC (Sun) by magfr (subscriber, #16052) [Link]

I think your observation is needlessly limited. It should read:
Over a long enough time frame every software project name will be re-used for something else.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds