From: Jacob Lifshay Date: Mon, 28 Aug 2017 20:28:40 +0000 (-0700) Subject: add gcc to todo.md X-Git-Tag: gsoc-2017~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad89322db760a77d8b09e40a62521de7f5ae2c88;p=kazan.git add gcc to todo.md --- diff --git a/docs/todo.md b/docs/todo.md index 438a390..ed6589c 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -28,3 +28,6 @@ Not implemented: - indexed drawing -- should implement a vertex cache of some sort - shader compile cache - Vulkan WSI + +Misc: +- Determine if cmake supports using multiple compilers, allowing use of gcc for compiling everything except for the code that needs to end up as llvm ir.