We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, sir, follow the instructions you mentioned in the document, I got nothing in the screen:
2314 echo "export LLVM_DIR=/usr/local/opt/llvm@12" >> ~/.zshrc ... 2321 cd build 2322 cmake -DLT_LLVM_INSTALL_DIR=$LLVM_DIR ../HelloWorld/ 2323 make 2324 $LLVM_DIR/bin/clang -S -emit-llvm ../inputs/input_for_hello.c -o input_for_hello.ll 2325 $LLVM_DIR/bin/opt -load-pass-plugin ./libHelloWorld.dylib -disable-output input_for_hello.ll
The text was updated successfully, but these errors were encountered:
Hi @liusy58 ,
Thank you for reporting this and apologies for the confusion. I am aware of this, but haven't had the time to research a proper solution.
Could you refer to #33 for a workaround?
Thank you!
Sorry, something went wrong.
Thx for your reply~
Fixed by 0a588fb.
Thanks for reporting!
No branches or pull requests
Hi, sir, follow the instructions you mentioned in the document, I got nothing in the screen:
The text was updated successfully, but these errors were encountered: