Skip to content

skyel1u/skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

My work.

Run the Module Pass

~/Desktop 
➜ $LLVM_HOME/bin/opt -load ~/Desktop/pass-example/cmake-build-debug/src/libSkeletonPass.so -hello < 1_6.bc
WARNING: You're attempting to print out a bitcode file.
This is inadvisable as it may cause display problems. If
you REALLY want to taste LLVM bitcode first-hand, you
can force output with the `-f' option.

==========================
Main Function Found!%                                                           
~/Desktop 
➜ $LLVM_HOME/bin/opt -load ~/Desktop/pass-example/cmake-build-debug/src/libSkeletonPass.so -hello < tt.bc 
WARNING: You're attempting to print out a bitcode file.
This is inadvisable as it may cause display problems. If
you REALLY want to taste LLVM bitcode first-hand, you
can force output with the `-f' option.

==========================
no main Function found!% 

About

LLVM Module Pass example based on LLVM 6.0.1.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published