mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
edc50f3f5b
diff of a function. There's a lot of cruft in the current version, and it's pretty far from perfect, but it's usable. Currently only capable of comparing functions. Currently ignores metadata. Currently ignores most attributes of functions and instructions. Patches welcome. llvm-svn: 109739
7 lines
122 B
CMake
7 lines
122 B
CMake
set(LLVM_LINK_COMPONENTS support asmparser bitreader)
|
|
|
|
add_llvm_tool(llvm-diff
|
|
llvm-diff.cpp
|
|
DifferenceEngine.cpp
|
|
)
|