Hi! Is it possible to add support for freestanding compilation target? i.e. bare metal. This would make it possible to run Fortran on many embedded and real time systems
Many embedded systems don't have full POSIX access. Would be nice if flang allows manual definition of primitives etc. in a separate file. Rust and C address this issue pretty well.
Hi! Is it possible to add support for freestanding compilation target? i.e. bare metal. This would make it possible to run Fortran on many embedded and real time systems