-
Hi Andrzej,
I'm on macOS Big Sur (Intel, not M1). I've worked through the "HelloWorld: Your First Pass" section, up to running the pass.
When I run `$LLVM_DIR/bin/opt -load-pass-plugin ./libHelloW…
-
FYI: https://releases.llvm.org/13.0.0/docs/ReleaseNotes.html
EDIT: I saw your 535a0f9c2c0aca776455d771b6b42594b6c93b4c… need a hand porting to LLVM@13?
-
### Problem description
I saw that Lunarvim starts a little bit longer than my previous config on vimscript and there were more plugins than in Lunarvim.
In numbers, startup time with cache take…
-
As per the documentation, I ran the following command to build the openedx-dev image
`tutor images build openedx-dev`
OS Version is: 18.04.4 LTS
Tutor Version is: 3.12.3
I left it system to ru…
-
When I tried
```
$LLVM_DIR/bin/opt -S -load-pass-plugin /lib/libMBAAdd.so -passes=mba-add input_for_mba.ll -debug-only=mba-add -stats -o out.ll
```
It gives
```
opt-12: Unknown command li…
-
I noticed that the instruction for "Run the pass through opt - New PM" in section InjectFuncCall is missing. And I tried as following, it worked. So I suggested to add this instruction to README.md
…
-
It is expected :
=================================================
LLVM-TUTOR: OpcodeCounter results for `main`
=================================================
OPCODE #N TIMES U…
-
Currently all testing is run on either Ubuntu or MacOS. It would be great to cover more OSes! Fedora should be relatively easy to set-up.
This is a direct follow-up from https://github.com/banach-…
-
Please see the attached screenshot :
![newerorrrr](https://user-images.githubusercontent.com/72094336/125328097-89503500-e361-11eb-81b3-4e484e79ebe3.png)
-
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 cma…