-
Subscribe to this issue and stay notified about new [weekly trending repos in unknown languages](https://github.com/trending/unknown?since=weekly).
-
The [External Clang Examples](https://clang.llvm.org/docs/ExternalClangExamples.html) page lists "... examples ... that might serve as useful guides (**or starting points**) from which to develop your…
-
[Dockerfile_ubuntu](https://github.com/banach-space/llvm-tutor/blob/main/Dockerfile_ubuntu) and [Dockerfile_ubuntu_apt](https://github.com/banach-space/llvm-tutor/blob/main/Dockerfile_ubuntu_apt) can …
-
I type `` or `` for delete character when creating email with gmail UI.
There are times when characters are not deleted once in several times, and when it is confirmed with vim, the code `` is inse…
-
When you call opt directly you use --passes and the list of desired passes, but in some older code I've seen you could call from clang with -mllvm followed by some additional options added directly to…
-
### Comment:
Please provide a brief summary expressing what is in the various packages.
I am developing a `clang` plugin to extract information from the AST.
In particular, I need the clang headers…
-
### Background
When I run:
```
tutor images pull openedx
```
it pulls `openedx:VERSION` from Dockerhub. Docker reuses any image layers that are already in the cache, and it's a no-op if I alrea…
-
## env
ubuntu22.04 llvm 17
## problem description
I didn't encounter any errors when compiling a standalone 'helloworld' project before. Now, when I tried to compile the entire project by execu…
-
I hope to integrate DG (I don't know if you have heard of DG, DG is a library containing various bits for program analysis. ) into Aflgo. AFLGO utilizes LLVM pass, but I need to modify its Makefile to…
-
### Description
Hello.
I was trying to use the Android LLVM Toolchain to run some LLVM passes.
## How I built it
- Downloaded the latest NDK release (r26c) and checked `clang` version
```…