diff options
author | Serge Pavlov <sepavloff@gmail.com> | 2018-01-01 15:53:16 +0000 |
---|---|---|
committer | Serge Pavlov <sepavloff@gmail.com> | 2018-01-01 15:53:16 +0000 |
commit | 93581c57924eaad06fe6912adcaa0338af65fe3d (patch) | |
tree | 6ecdfbd7ff1ce65f101ee5f6edfc505700b8baf2 /clang/docs/UsersManual.rst | |
parent | 038df490334d63f6533fa1fdf0b310f59e2d730b (diff) | |
download | bcm5719-llvm-93581c57924eaad06fe6912adcaa0338af65fe3d.tar.gz bcm5719-llvm-93581c57924eaad06fe6912adcaa0338af65fe3d.zip |
Fixed markup formatting
llvm-svn: 321623
Diffstat (limited to 'clang/docs/UsersManual.rst')
-rw-r--r-- | clang/docs/UsersManual.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst index f0709a74191..a8550613884 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/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 |