Llvmtemplate

Alternatives To Llvmtemplate
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Xcodelegacy443
3 months ago7Shell
Legacy components for XCode 4-12 (deprecated compilers and Mac OS X SDKs)
Rust Bitcode405
a year agoapache-2.0Shell
Rust toolchain for Xcode-compatible iOS bitcode
Dropboxbrowser284
6 years ago2October 09, 20174mitObjective-C
A simple ios Dropbox PDF Document Browser - list Dropbox, browse directory, download PDF Documents
Vuo97
a year agootherC++
A realtime visual programming language for interactive media.
Hanabi88
4 years agoObjective-C
Apple Clang Loader
Study_obscure71
3 years ago1C++
混淆反混淆
Nytimes Objective C Style Guide Zh62
8 years ago
纽约时报移动团队 Objective-C 项目风格指南中文版
Codeine60
2 years ago1Objective-C
Mac OS X IDE For Clang/LLVM
Ldc Iphone Dev44
7 years ago3D
LDC (LLVM-base D Compiler) for iPhone iOS development sand box
Llvm On Ios40
3 months agounlicenseShell
Script to build LLVM and Clang projects for use in iOS app and example iOS app using LLVM to interpret C++ programs
Alternatives To Llvmtemplate
Select To Compare


Alternative Project Comparisons
Readme

LLVMTemplate

Template Xcode project to play with Swift and LLVM

Installation

git clone [email protected]:AlexDenisov/LLVMTemplate.git
make setup
make build
open LLVMTemplate.xcodeproj

The commands above will fetch and build LLVM sources for you.

Note: By default the 'build system' will use $(HOME)/LLVM/src and $(HOME)/LLVM/build for source and build directories respectively. These values can be changed at LLVM.xcconfig.

Usage

Everything you need is to open the Xcode project and start exploring main.swift and Helpers.swift. I included few sample modules to play with, they may be created using the following method calls: sampleMathModule(), sampleFindMaxModule(), sampleFibModule().

Enjoy and happy hacking!

License

This is free and unencumbered software released into the public domain.

Popular Xcode Projects
Popular Llvm Projects
Popular Integrated Development Environments Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Swift
Play
Xcode
Hacking
Llvm
Build System