All Projects → sampsyo → Llvm Pass Skeleton

sampsyo / Llvm Pass Skeleton

Licence: mit
example LLVM pass

Labels

Projects that are alternatives of or similar to Llvm Pass Skeleton

S25client
Return To The Roots (Settlers II(R) Clone)
Stars: ✭ 288 (-12.99%)
Mutual labels:  cmake
Qmplay2
QMPlay2 is a video and audio player which can play most formats and codecs.
Stars: ✭ 310 (-6.34%)
Mutual labels:  cmake
Anese
Another NES Emulator - written for fun & learning - first implementation of wideNES
Stars: ✭ 323 (-2.42%)
Mutual labels:  cmake
Package Example
CMake: config mode of find_package command (examples)
Stars: ✭ 293 (-11.48%)
Mutual labels:  cmake
Tensorflow Cmake
Integrate TensorFlow with CMake projects effortlessly
Stars: ✭ 309 (-6.65%)
Mutual labels:  cmake
Thyme
An open source re-implementation of Generals : Zero Hour written in C++.
Stars: ✭ 313 (-5.44%)
Mutual labels:  cmake
Arcemu
World Of Warcraft 3.3.5a server package
Stars: ✭ 281 (-15.11%)
Mutual labels:  cmake
Old Shashlik
Android Simulated Environment
Stars: ✭ 326 (-1.51%)
Mutual labels:  cmake
Cmake Examples Chinese
快速入门CMake,通过例程学习语法。在线阅读地址:https://sfumecjf.github.io/cmake-examples-Chinese/
Stars: ✭ 298 (-9.97%)
Mutual labels:  cmake
Suitesparse Metis For Windows
CMake scripts for painless usage of SuiteSparse+METIS from Visual Studio and the rest of Windows/Linux/OSX IDEs supported by CMake
Stars: ✭ 322 (-2.72%)
Mutual labels:  cmake
Cmaketutorial
CMake中文实战教程
Stars: ✭ 289 (-12.69%)
Mutual labels:  cmake
Corrade
C++11/C++14 multiplatform utility library
Stars: ✭ 307 (-7.25%)
Mutual labels:  cmake
Stuntrally
The main repository containing Stunt Rally sources and game data. A 3D racing game based on VDrift and OGRE with track editor.
Stars: ✭ 314 (-5.14%)
Mutual labels:  cmake
Log4qt
Log4Qt - Logging for the Qt cross-platform application framework
Stars: ✭ 292 (-11.78%)
Mutual labels:  cmake
Cmake Modules
Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules)
Stars: ✭ 323 (-2.42%)
Mutual labels:  cmake
Programming learning resource
Stars: ✭ 288 (-12.99%)
Mutual labels:  cmake
Ultralight
Next-generation HTML renderer for apps and games
Stars: ✭ 3,585 (+983.08%)
Mutual labels:  cmake
Cpp Project
Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.
Stars: ✭ 328 (-0.91%)
Mutual labels:  cmake
Reproc
A cross-platform (C99/C++11) process library
Stars: ✭ 325 (-1.81%)
Mutual labels:  cmake
Python Cmake Buildsystem
A cmake buildsystem for compiling Python
Stars: ✭ 317 (-4.23%)
Mutual labels:  cmake

llvm-pass-skeleton

A completely useless LLVM pass. It's for LLVM 3.8.

Build:

$ cd llvm-pass-skeleton
$ mkdir build
$ cd build
$ cmake ..
$ make
$ cd ..

Run:

$ clang -Xclang -load -Xclang build/skeleton/libSkeletonPass.* something.c
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].