[llvm-dev] Porting llvm/clang to custom OS.

Michael Kruse via llvm-dev llvm-dev at lists.llvm.org
Tue Jun 22 13:56:17 PDT 2021


You may need/want to add your OS to
https://github.com/llvm/llvm-project/blob/e3b2f1b6823f4f06da222545857809e6ee7962b6/llvm/include/llvm/ADT/Triple.h#L164
and customize everything that uses it.

Michael

Am Di., 22. Juni 2021 um 14:43 Uhr schrieb Сергей Волкович via
llvm-dev <llvm-dev at lists.llvm.org>:
>
> Hello.
> Recently i become to develop my own posix compilant OS, and as primary compiler selected clang.
> But i cannot understand which files me need to edit to add support for my target.
> P. S. My OS using ELF format exequtables.
> Any help will wery welcome.
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list