Skip to content
New issue

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

HelloWorld example doesn't show anything #34

Closed
liusy58 opened this issue Jun 15, 2021 · 3 comments
Closed

HelloWorld example doesn't show anything #34

liusy58 opened this issue Jun 15, 2021 · 3 comments

Comments

@liusy58
Copy link

liusy58 commented Jun 15, 2021

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 
@liusy58 liusy58 changed the title HelloWorld example doesn't show anythong HelloWorld example doesn't show anything Jun 15, 2021
@banach-space
Copy link
Owner

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!

@liusy58
Copy link
Author

liusy58 commented Jun 16, 2021

Thx for your reply~

@banach-space
Copy link
Owner

Fixed by 0a588fb.

Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants