From 78ee98fedcebaafd227616a1ad008a608205f79a Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Fri, 12 Feb 2016 01:04:08 +0000 Subject: [PATCH] Merging r260637: ------------------------------------------------------------------------ r260637 | hans | 2016-02-11 17:01:37 -0800 (Thu, 11 Feb 2016) | 1 line UsersManual: update clang-cl commands ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_38@260638 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/UsersManual.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst index 5fe1e371df..18211e27f5 100644 --- a/docs/UsersManual.rst +++ b/docs/UsersManual.rst @@ -2036,6 +2036,8 @@ Execute ``clang-cl /?`` to see a list of supported options: CL.EXE COMPATIBILITY OPTIONS: /? Display available options /arch: Set architecture for code generation + /Brepro- Emit an object file which cannot be reproduced over time + /Brepro Emit an object file which can be reproduced over time /C Don't discard comments when preprocessing /c Compile only /D Define macro @@ -2079,8 +2081,6 @@ Execute ``clang-cl /?`` to see a list of supported options: /Oi Enable use of builtin functions /Os Optimize for size /Ot Optimize for speed - /Oy- Disable frame pointer omission - /Oy Enable frame pointer omission /O Optimization level /o Set output file or directory (ends in / or \) /P Preprocess to file @@ -2105,7 +2105,7 @@ Execute ``clang-cl /?`` to see a list of supported options: /W2 Enable -Wall /W3 Enable -Wall /W4 Enable -Wall and -Wextra - /Wall Enable -Wall + /Wall Enable -Wall and -Wextra /WX- Do not treat warnings as errors /WX Treat warnings as errors /w Disable all warnings @@ -2133,8 +2133,10 @@ Execute ``clang-cl /?`` to see a list of supported options: -fms-compatibility-version= Dot-separated value representing the Microsoft compiler version number to report in _MSC_VER (0 = don't define it (default)) - -fmsc-version= Microsoft compiler version number to report in _MSC_VER (0 = don't - define it (default)) + -fms-compatibility Enable full Microsoft Visual C++ compatibility + -fms-extensions Accept some non-standard constructs supported by the Microsoft compiler + -fmsc-version= Microsoft compiler version number to report in _MSC_VER + (0 = don't define it (default)) -fno-sanitize-coverage= Disable specified features of coverage instrumentation for Sanitizers -fno-sanitize-recover= -- 2.50.1