aboutsummaryrefslogtreecommitdiffstats
path: root/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
commitf8c430b3da9a9f6ebd9fc070bf409435d65bb4f2 (patch)
treea3d5dc61c2579b6e0eae1edafddc27bb96f00d87 /docs/CommandGuide
parentb24380804cdaab8b2ecc044acf7ee239027b3094 (diff)
downloadexternal_llvm-f8c430b3da9a9f6ebd9fc070bf409435d65bb4f2.zip
external_llvm-f8c430b3da9a9f6ebd9fc070bf409435d65bb4f2.tar.gz
external_llvm-f8c430b3da9a9f6ebd9fc070bf409435d65bb4f2.tar.bz2
Add a --check-graph option to llvmc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61989 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llvmc.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvmc.pod b/docs/CommandGuide/llvmc.pod
index 7bfc3d7..17d85d7 100644
--- a/docs/CommandGuide/llvmc.pod
+++ b/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