HExSA-Lab / nautilus

Nautilus Aerokernel
Other
44 stars 60 forks source link

enhanced clang support #6

Closed khale closed 5 years ago

khale commented 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.

khale commented 5 years ago

Resolved by @PeterDinda and others with 2ae4a8d 3af6216 etc.