From 39c04dc5ca408fb5debee38c4695dfa02da74ee8 Mon Sep 17 00:00:00 2001 From: Serge Pavlov Date: Mon, 1 Jan 2018 15:53:16 +0000 Subject: [PATCH] Fixed markup formatting git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321623 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/UsersManual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst index f0709a7419..a855061388 100644 --- a/docs/UsersManual.rst +++ b/docs/UsersManual.rst @@ -731,7 +731,7 @@ directory where Clang resides. If a driver mode is specified in invocation, Clang tries to find a file specific for the specified mode. For example, if the executable file is named `x86_64-clang-cl`, Clang first looks for `x86_64-cl.cfg` and if it is not found, -looks for `x86_64.cfg'. +looks for `x86_64.cfg`. If the command line contains options that effectively change target architecture (these are -m32, -EL, and some others) and the configuration file starts with an -- 2.50.1