Skip to content

Commit 233e25f

Browse files
author
Marek Sedlacek
committed
IR2Builder tool, which converts LLVM IR files into C++ IRBuilder API calls, which generate the original IR.
1 parent 42da815 commit 233e25f

File tree

2 files changed

+1711
-0
lines changed

2 files changed

+1711
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
set(LLVM_LINK_COMPONENTS
2+
Support
3+
AsmParser
4+
Core
5+
)
6+
7+
add_llvm_utility(ir2builder
8+
ir2builder.cpp
9+
)

0 commit comments

Comments
 (0)