Getting Started with LLVM - Windows / Linux

I would like to download and try LLVM before I want to find out:

(a) What are the factors to consider before shutting down the LLVM platform (Windows / Linux)?

(b) What is the best way to learn LLVM? I would like to take part in one of the projects there. Therefore, I want to get a general idea about this. In the process, I was amazed at the huge size of LLVM, its subprojects, tools, support, etc.

FYI: I reviewed the basics of LLVM from llvm.org. Also worked on development related to the compiler, static code analysis.

Please, help.

Thank.

+3
source share
1 answer

LLVM . , . , , . ( VMWare VirtualBox - ), . OS X (Darwin), Linux , - buildbot, .

, . , -, , .. . , , . , -, testuite, LiveIntervals.

IRC, . LLVM, , StackOverflow. , " ".

+4

Source: https://habr.com/ru/post/1783341/


All Articles