-
![image](https://github.com/banach-space/llvm-tutor/assets/50973219/9c288d33-f818-474c-8f40-a36a17cd0db2)
> @banach-space I followed the instructions in the README and proceeded with the operation.…
-
Great work!
So this tutor just focus on front-end? Will add some tutor about JIT of LLVM etc?
thanks
-
It seems like a lot of work has been put into this repo and I don't want the repo activity to die down. Also, I really want to use it with the latest version of llvm (17). But I am not yet proficient …
-
![image](https://github.com/banach-space/llvm-tutor/assets/50973219/e6e7a5ff-aec8-4d0e-a0bc-52de507f0388)
-
The [tools](https://github.com/banach-space/clang-tutor/tree/main/tools) from **clang-tutor** fail to build when using Clang/LLVM that was build with `BUILD_SHARED_LIBS` set. This is the error that I …
-
### Background | 背景
如果已经熟悉C++和数据结构了(例如:可以无痛通过[d2ds项目](https://github.com/Sunrisepeak/d2ds)的所有练习)
**那么看一些项目的源码应该问题不大**
### Thinking | 自己的思考
**总体来说 - 语言是工具, 不是目的**
这个时候, 就可能就需要 看自己 对什么方向感兴趣…
-
Add what is the prerequisite for using this website.
Add links to books/materials which can help students learn the prerequisite.
-
Related
- https://github.com/banach-space/llvm-tutor/issues/28
- https://stackoverflow.com/questions/23130821/llvm-run-own-pass-automatically-with-clang?rq=1
I am trying to instrument all funct…
vjpr updated
6 months ago
-
The build instructions fail, for example:
$ git clone http://llvm.org/git/llvm.git src
Cloning into 'src'...
fatal: unable to access 'http://llvm.org/git/llvm.git/': GnuTLS recv error (-110): Th…
-
Work with `conda-forge` packages.
The following environment may be sufficient.
```yaml
name: llvm
channels:
- conda-forge
- defaults
dependencies:
# build tools
- cmake
- conan…