From 82464aaa3404fc48ed8f0a5cf6c299c5d135afe9 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 17 Jan 2017 09:52:11 -0800 Subject: Fix handling of parametrized types in CppCodeGen (#2517) - Use NameMangler.GetMangledTypeName directly to get the EEType name - Delete filtering of IsPointer and IsByRef during type emission since it works fine now - Add bigobj compiler switch to allow large auto generated .cpp files Fix #2486 --- Documentation/how-to-build-and-run-ilcompiler-in-visual-studio-2015.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/how-to-build-and-run-ilcompiler-in-visual-studio-2015.md b/Documentation/how-to-build-and-run-ilcompiler-in-visual-studio-2015.md index 108027363..e5d430f5b 100644 --- a/Documentation/how-to-build-and-run-ilcompiler-in-visual-studio-2015.md +++ b/Documentation/how-to-build-and-run-ilcompiler-in-visual-studio-2015.md @@ -52,7 +52,7 @@ _Note: The size of NuGet packages is approximately 2.75 GB, so download might ta - Set startup command line to: `@c:\corert\bin\obj\Windows_NT.x64.Debug\cpp.rsp` - - `--nolinenumbers` command line option can be used to suppress generation of line number mappings in C++ files - useful for debugging + - `--codegenopt:nolinenumbers` command line option can be used to suppress generation of line number mappings in C++ files - useful for debugging - Build & run using **F5** - This will run the compiler. The output is `c:\corert\bin\obj\Windows_NT.x64.Debug\repro\native\repro.cpp` file. -- cgit v1.2.3