Closed ccloe4 closed 3 years ago
Where did you run 'make' command? .ll files are created only if you run 'make' under the test directory.
Oh I see, If I run 'make' under the root directory then it does not make .ll files under test directory. Am I right?
Thank you!
And I have another issue :(.. I used vscode to access the server and every time I enter the server, It shows error message like below figure.
So the ocamlmerlin is not working.. Could you help me please?
Try the following steps:
opam install merlin
on the terminalHope this works.
Thank you I'll try it
It doesn't work for me..
Make command works but does not make .ll files. All of below version is 10.0.0 clang --version opt --version llvm-config --version
and I also did > eval $(opam env)
Can you help me? Thank you