diff options
author | Eli Bendersky <eli.bendersky@intel.com> | 2012-01-07 04:11:27 +0000 |
---|---|---|
committer | Eli Bendersky <eli.bendersky@intel.com> | 2012-01-07 04:11:27 +0000 |
commit | bbf8c9a9395dd9afe95ed11bb6a0e5469b2e1c48 (patch) | |
tree | b8e42599002eb37522c42e194d6999eabfb3da5b /llvm/docs/CommandGuide | |
parent | 8cdce7e69074ab4db9769d82ba91a8bd8e399519 (diff) | |
download | bcm5719-llvm-bbf8c9a9395dd9afe95ed11bb6a0e5469b2e1c48.tar.gz bcm5719-llvm-bbf8c9a9395dd9afe95ed11bb6a0e5469b2e1c48.zip |
Fix dead link
llvm-svn: 147721
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/lit.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/lit.pod b/llvm/docs/CommandGuide/lit.pod index 314e201d2db..ba22c95e994 100644 --- a/llvm/docs/CommandGuide/lit.pod +++ b/llvm/docs/CommandGuide/lit.pod @@ -37,7 +37,7 @@ the options specified on the command line, see L<"SELECTION OPTIONS"> for more information. Users interested in the B<lit> architecture or designing a B<lit> testing -implementation should see L<"LIT ARCHITECTURE"> +implementation should see L<"LIT INFRASTRUCTURE"> =head1 GENERAL OPTIONS |