llvm-diff-4.0 man page on Kali

Man page or keyword search:  
man Server   9211 pages
apropos Keyword Search (all sections)
Output format
Kali logo
[printable version]

LLVM-DIFF(1)			     LLVM			  LLVM-DIFF(1)

NAME
       llvm-diff - LLVM structural 'diff'

SYNOPSIS
       llvm-diff [options] module 1 module 2 [global name …]

DESCRIPTION
       llvm-diff  compares the structure of two LLVM modules, primarily focus‐
       ing on differences in function definitions.  Insignificant differences,
       such  as	 changes  in  the ordering of globals or in the names of local
       values, are ignored.

       An input module will be interpreted as an assembly  file	 if  its  name
       ends in ‘.ll’;  otherwise it will be read in as a bitcode file.

       If  a  list  of global names is given, just the values with those names
       are compared; otherwise, all global values are compared,	 and  diagnos‐
       tics  are  produced  for globals which only appear in one module or the
       other.

       llvm-diff compares two  functions  by  comparing	 their	basic  blocks,
       beginning  with	the  entry  blocks.  If the terminators seem to match,
       then the corresponding successors  are  compared;  otherwise  they  are
       ignored.	  This algorithm is very sensitive to changes in control flow,
       which tend to stop any downstream changes from being detected.

       llvm-diff is intended as a debugging tool for writers  of  LLVM	passes
       and frontends.  It does not have a stable output format.

EXIT STATUS
       If  llvm-diff  finds  no	 differences between the modules, it will exit
       with 0 and produce no output.  Otherwise it will exit with  a  non-zero
       value.

BUGS
       Many  important	differences,  like  changes  in	 linkage  or  function
       attributes, are not diagnosed.

       Changes in memory behavior (for example, coalescing  loads)  can	 cause
       massive detected differences in blocks.

AUTHOR
       Maintained by The LLVM Team (http://llvm.org/).

COPYRIGHT
       2003-2017, LLVM Project

4				  2017-10-18			  LLVM-DIFF(1)
[top]

List of man pages available for Kali

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net