aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-01-09 16:16:27 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-01-09 16:16:27 +0000
commit0f88cfa2ac4b20c79f398b08da0945d1a4d8fe03 (patch)
tree8f5e3833cacba2d4ed18a05660284b90cad23599 /llvm/docs/CommandGuide
parentb3a8798253f8e4845034c237d45c33e926d55ae8 (diff)
downloadllvm-0f88cfa2ac4b20c79f398b08da0945d1a4d8fe03.zip
llvm-0f88cfa2ac4b20c79f398b08da0945d1a4d8fe03.tar.gz
llvm-0f88cfa2ac4b20c79f398b08da0945d1a4d8fe03.tar.bz2
Add a --check-graph option to llvmc.
llvm-svn: 61989
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvmc.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvmc.pod b/llvm/docs/CommandGuide/llvmc.pod
index 7bfc3d7..17d85d7 100644
--- a/llvm/docs/CommandGuide/llvmc.pod
+++ b/llvm/docs/CommandGuide/llvmc.pod
@@ -42,6 +42,12 @@ S<-load $LLVM_DIR/Release/lib/LLVMCSimple.so>.
Enable verbose mode, i.e. print out all executed commands.
+=item B<--check-graph>
+
+Check the compilation for common errors like mismatched output/input
+language names, multiple default edges and cycles. Hidden option,
+useful for debugging.
+
=item B<--view-graph>
Show a graphical representation of the compilation graph. Requires