Skip to content

Xylecrack/llvm-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLVM Compiler Infrastructure

Tests are in /llvm-test

Command to compile a c program to llvm IR

clang -S -emit-llvm hello.c -o hello.ll

Command to run a pass on the IR

⁠build/bin/opt <input.ll> -disable-output -passes=<pass-name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors