Encode a cost of zero as a cost of 1.
[oota-llvm.git] / win32 / llc / llc.vcproj
index 4a9bdab1a5dbdb61673ee04b9e64b8f61f3edb4b..0c5552297bc0b2be8549edb1a4290082f85657b1 100644 (file)
@@ -20,7 +20,8 @@
                                Name="VCCLCompilerTool"
                                Optimization="0"
                                AdditionalIncludeDirectories="..\..\include;.."
-                               PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+                               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+                               StringPooling="TRUE"
                                MinimalRebuild="TRUE"
                                BasicRuntimeChecks="3"
                                RuntimeLibrary="3"
@@ -31,7 +32,7 @@
                                WarningLevel="3"
                                Detect64BitPortabilityProblems="FALSE"
                                DebugInformationFormat="4"
-                               DisableSpecificWarnings="4146,4800"/>
+                               DisableSpecificWarnings="4355,4146,4800"/>
                        <Tool
                                Name="VCCustomBuildTool"/>
                        <Tool
@@ -73,7 +74,8 @@
                        <Tool
                                Name="VCCLCompilerTool"
                                AdditionalIncludeDirectories="..\..\include;.."
-                               PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+                               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+                               StringPooling="TRUE"
                                RuntimeLibrary="2"
                                ForceConformanceInForLoopScope="TRUE"
                                RuntimeTypeInfo="TRUE"
@@ -82,7 +84,7 @@
                                WarningLevel="3"
                                Detect64BitPortabilityProblems="FALSE"
                                DebugInformationFormat="3"
-                               DisableSpecificWarnings="4146,4800"/>
+                               DisableSpecificWarnings="4355,4146,4800"/>
                        <Tool
                                Name="VCCustomBuildTool"/>
                        <Tool