Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yegor256/llvm-playground
Playing with LLVM and multiple languages
https://github.com/yegor256/llvm-playground
llvm
Last synced: 3 months ago
JSON representation
Playing with LLVM and multiple languages
- Host: GitHub
- URL: https://github.com/yegor256/llvm-playground
- Owner: yegor256
- Created: 2020-07-02T10:25:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:33:26.000Z (about 1 year ago)
- Last Synced: 2024-05-01T23:12:19.757Z (9 months ago)
- Topics: llvm
- Language: Makefile
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I simply try to transfer from Java, C++ and some other languages
to [LLVM](https://llvm.org/),
then to x86 Assembly, and then to platform-native binary.TL;DR Only C/C++ works. I didn't find a way to do the same
in any other langauges. Maybe you can help?