[llvm] 449a7c2 - Fixed llvm-nm.rst:145:Block quote ends without a blank line; unexpected unindent.
via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 19 10:00:40 PDT 2022
Author: zhijian
Date: 2022-09-19T13:00:25-04:00
New Revision: 449a7c2c477beba4d829389c9f02f2408adca635
URL: https://github.com/llvm/llvm-project/commit/449a7c2c477beba4d829389c9f02f2408adca635
DIFF: https://github.com/llvm/llvm-project/commit/449a7c2c477beba4d829389c9f02f2408adca635.diff
LOG: Fixed llvm-nm.rst:145:Block quote ends without a blank line; unexpected unindent.
ninja: build stopped: subcommand failed.
Added:
Modified:
llvm/docs/CommandGuide/llvm-nm.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/llvm-nm.rst b/llvm/docs/CommandGuide/llvm-nm.rst
index 0b5dc867f3ae..4b1290a15665 100644
--- a/llvm/docs/CommandGuide/llvm-nm.rst
+++ b/llvm/docs/CommandGuide/llvm-nm.rst
@@ -141,13 +141,13 @@ OPTIONS
any
Process all the supported object files.
- On AIX OS, the default is to process 32-bit object files only and to ignore
+ On AIX OS, the default is to process 32-bit object files only and to ignore
64-bit objects. The can be changed by setting the OBJECT_MODE environment
variable. For example, OBJECT_MODE=64 causes :program:`llvm-nm` to process
64-bit objects and ignore 32-bit objects. The -X flag overrides the OBJECT_MODE
variable.
- On other operating systems, the default is to process all object files: the
+ On other operating systems, the default is to process all object files: the
OBJECT_MODE environment variable is not supported.
.. option:: --debug-syms, -a
More information about the llvm-commits
mailing list