From 449a7c2c477beba4d829389c9f02f2408adca635 Mon Sep 17 00:00:00 2001 From: zhijian Date: Mon, 19 Sep 2022 13:00:25 -0400 Subject: [PATCH] Fixed llvm-nm.rst:145:Block quote ends without a blank line; unexpected unindent. ninja: build stopped: subcommand failed. --- llvm/docs/CommandGuide/llvm-nm.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/CommandGuide/llvm-nm.rst b/llvm/docs/CommandGuide/llvm-nm.rst index 0b5dc86..4b1290a 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 -- 2.7.4