Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexdenisov/swift_llvm
How to use LLVM C API with Swift
https://github.com/alexdenisov/swift_llvm
Last synced: 12 days ago
JSON representation
How to use LLVM C API with Swift
- Host: GitHub
- URL: https://github.com/alexdenisov/swift_llvm
- Owner: AlexDenisov
- Created: 2015-11-30T10:18:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T22:53:37.000Z (almost 9 years ago)
- Last Synced: 2024-11-01T12:35:53.441Z (19 days ago)
- Language: Swift
- Homepage: http://lowlevelbits.org/how-to-use-llvm-api-with-swift/
- Size: 3.91 KB
- Stars: 24
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using LLVM C API with Swift
Example code for corresponding article - [How to use LLVM with Swift](http://lowlevelbits.com/how-to-use-llvm-api-with-swift/)
How to use LLVM MCJIT execution engine - [How to use LLVM with Swift. Addendum](http://lowlevelbits.com/how-to-use-llvm-api-with-swift-addendum/)