LLVM passes: centralize Makefile structureMake the passes we have so far, hello and WeakAliasModuleOverride,use settings from a Makefile include file in the parent directory.This change is in pre
LLVM passes: centralize Makefile structureMake the passes we have so far, hello and WeakAliasModuleOverride,use settings from a Makefile include file in the parent directory.This change is in preparation of adding other passes.Change-Id: Ib195ee7f5c7626f4975368b02c944382e87e3814
show more ...
llvm: Use default LLVMPREFIX when building passes.
LLVM Hello pass: inserts printf statement in main() method.
Bridging Minix & llvm-apps repos for instrumentating MinixAllows instrumentation of Minix components using LLVM passes from"llvm-apps" repositoryIn addition, the change does the following: 1. M
Bridging Minix & llvm-apps repos for instrumentating MinixAllows instrumentation of Minix components using LLVM passes from"llvm-apps" repositoryIn addition, the change does the following: 1. Move releasetools/generate_gold_plugin.sh to minix/llvm 2. Move external/bsd/llvm/passes to minix/llvm/passes 3. libLTO.so, LLVMgold.so and WeakAliasModuleOverride.so files now get installed in minix/llvm/bin