Closed khale closed 5 years ago
We can currently compile the core kernel with Clang, but only at -O1, and without using the rest of the clang/LLVM toolchain. For example, it'd be nice to be able to use the LLVM linker rather than ld.
-O1
ld
Resolved by @PeterDinda and others with 2ae4a8d 3af6216 etc.
We can currently compile the core kernel with Clang, but only at
-O1
, and without using the rest of the clang/LLVM toolchain. For example, it'd be nice to be able to use the LLVM linker rather thanld
.