diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-diff.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-diff.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/docs/CommandGuide/llvm-diff.rst b/llvm/docs/CommandGuide/llvm-diff.rst index b858b981ed2..65ed1be0d56 100644 --- a/llvm/docs/CommandGuide/llvm-diff.rst +++ b/llvm/docs/CommandGuide/llvm-diff.rst @@ -6,14 +6,11 @@ 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 focusing on differences in function definitions. Insignificant differences, such as changes in the ordering of globals or in the @@ -36,20 +33,16 @@ 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. |