Skip to content

Commit c834844

Browse files
committed
Ignore VS 2022 17.14 UseDynamicDebugging and DynamicDebuggingSuffix properties.
1 parent a9c189f commit c834844

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

VS2017/LLVM/LLVM.Common.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<CLRThreadAttribute/>
5656
<CLRUnmanagedCodeCheck/>
5757
<DetectOneDefinitionRule/>
58+
<DynamicDebuggingSuffix/>
5859
<EmbedManagedResourceFile/>
5960
<GenerateWindowsMetadata/>
6061
<IgnoreEmbeddedIDL/>
@@ -78,6 +79,7 @@
7879
<TypeLibraryResourceID/>
7980
<UACExecutionLevel/>
8081
<UACUIAccess/>
82+
<UseDynamicDebugging/>
8183
<WindowsMetadataFile/>
8284
<WindowsMetadataKeyContainer/>
8385
<WindowsMetadataLinkDelaySign/>
@@ -187,6 +189,7 @@
187189
<BuildStlModules>false</BuildStlModules>
188190
<DisableLanguageExtensions/>
189191
<DisableSpecificWarnings/>
192+
<DynamicDebuggingSuffix/>
190193
<EnableFiberSafeOptimizations/>
191194
<EnableFuzzer/>
192195
<EnableParallelCodeGeneration/>
@@ -222,6 +225,7 @@
222225
<TreatSpecificWarningsAsErrors/>
223226
<UndefineAllPreprocessorDefinitions/>
224227
<UseFullPaths/>
228+
<UseDynamicDebugging/>
225229
<UseStandardPreprocessor/>
226230
<UseUnicodeForAssemblerListing/>
227231
<WarningVersion/>

VS2017/LLVM/LLVM.MultiTask.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<CLRThreadAttribute/>
5656
<CLRUnmanagedCodeCheck/>
5757
<DetectOneDefinitionRule/>
58+
<DynamicDebuggingSuffix/>
5859
<EmbedManagedResourceFile/>
5960
<GenerateWindowsMetadata/>
6061
<IgnoreEmbeddedIDL/>
@@ -78,6 +79,7 @@
7879
<TypeLibraryResourceID/>
7980
<UACExecutionLevel/>
8081
<UACUIAccess/>
82+
<UseDynamicDebugging/>
8183
<WindowsMetadataFile/>
8284
<WindowsMetadataKeyContainer/>
8385
<WindowsMetadataLinkDelaySign/>
@@ -187,6 +189,7 @@
187189
<BuildStlModules>false</BuildStlModules>
188190
<DisableLanguageExtensions/>
189191
<DisableSpecificWarnings/>
192+
<DynamicDebuggingSuffix/>
190193
<EnableFiberSafeOptimizations/>
191194
<EnableFuzzer/>
192195
<EnableParallelCodeGeneration/>
@@ -221,6 +224,7 @@
221224
<TreatSpecificWarningsAsErrors/>
222225
<UndefineAllPreprocessorDefinitions/>
223226
<UseFullPaths/>
227+
<UseDynamicDebugging/>
224228
<UseStandardPreprocessor/>
225229
<UseUnicodeForAssemblerListing/>
226230
<WarningVersion/>

0 commit comments

Comments
 (0)