Skip to content

kulics-works/feel-llvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feel-llvm

Use

  1. build llvm ir

  2. build llvm obj

llc -filetype=obj main.ll -o main.o
  1. link to bin
gcc main.o
  1. link more file
llvm-link file1.ll file2.ll -o linked.ir
  1. test
clang++ test.cpp main.o -o main && ./main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages