|
|
Log in / Subscribe / Register

Building the kernel with clang

Building the kernel with clang

Posted Sep 20, 2017 16:53 UTC (Wed) by ncm (guest, #165)
In reply to: Building the kernel with clang by lkurusa
Parent article: Building the kernel with Clang

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).


to post comments

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 © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds