You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/13 02:42:48 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #7078: LLVM Nuttx Toolchain

xiaoxiang781216 commented on issue #7078:
URL: https://github.com/apache/incubator-nuttx/issues/7078#issuecomment-1244824833

   > We feel it would be useful to have Nuttx as a target for LLVM. Has anyone attempted this? 
   
   SIM on macOS use clang by default long time aga.
   ARM/RISCV add clang support recently(https://github.com/apache/incubator-nuttx/pull/6105).
   
   > It looks quite feasible to implement
   
   Since many arch support clang, the work isn't huge for other arch I think. 
   
   > and it appears llvm has been successfully used for some target architectures (z80)
   
   Yes, it's important to use the modern compiler for old arch(e.g. z8, z80, ez80, z180 and z16), so we can relax c89 requirement: https://github.com/apache/incubator-nuttx/issues/6896.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org