https://github.com/yegor256/llvm-playground
Playing with LLVM and multiple languages
https://github.com/yegor256/llvm-playground
llvm
Last synced: about 1 year 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:33:26.000Z (over 2 years ago)
- Last Synced: 2025-03-22T21:07:14.480Z (over 1 year ago)
- Topics: llvm
- Language: Makefile
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- 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?