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