llvm is not the name of a command line program. LLVM comes with a bunch of developer tool. If you got the full clang distribution, you get clang, a C/C++/Obj-C/... compiler (command line is clang). Many developer tools command line program: opt, llc, etc. Locate the bin directory in the package you downloaded.
how to check llvm version number in windows 10
Hi i downloaded llvm using svn checkout in windows 10. I want to know if its is properly installed or not and version number also. I tried to do llvm --help or llvm --version . I am getting error ...
stackoverflow.com
'Master > Master' 카테고리의 다른 글
sudo 사용 문제점 (0) | 2020.09.25 |
---|---|
protobuf 설치 (0) | 2020.09.25 |
standalone (0) | 2020.09.18 |
알아야 할 개념 (0) | 2020.09.18 |
LLVM(Low-Level Virtual Machine), Clang (0) | 2020.09.18 |