Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<mutex>: Make _Mtx_internal_imp_mirror more closely match _Mtx_internal_imp_t #3763

Merged
merged 7 commits into from
Jun 15, 2023
Merged
Prev Previous commit
DependsOnConcRT is now dead.
StephanTLavavej committed Jun 14, 2023
commit 536d5a3adf6bcbda74f87f4cc942cbf25b6efdf2
1 change: 0 additions & 1 deletion stl/msbuild/stl_base/libcp.settings.targets
Original file line number Diff line number Diff line change
@@ -10,7 +10,6 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
<TargetType>LIBRARY</TargetType>
<TargetAppFamily Condition="'$(MsvcpFlavor)' == 'app'">true</TargetAppFamily>
<TargetCoreSystem Condition="'$(MsvcpFlavor)' == 'onecore'">true</TargetCoreSystem>
<DependsOnConcRT Condition="'$(MsvcpFlavor)' == 'kernel32'">true</DependsOnConcRT>
<Arm64CombinedPdb>true</Arm64CombinedPdb>
</PropertyGroup>

1 change: 0 additions & 1 deletion stl/msbuild/stl_base/msvcp.settings.targets
Original file line number Diff line number Diff line change
@@ -10,7 +10,6 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

<DependsOnVCStartupLib>$(MsvcpFlavor)</DependsOnVCStartupLib>
<DependsOnVCRuntimeLib>$(MsvcpFlavor)</DependsOnVCRuntimeLib>
<DependsOnConcRT Condition="'$(MsvcpFlavor)' == 'kernel32'">true</DependsOnConcRT>

<TargetAppFamily Condition="'$(MsvcpFlavor)' == 'app'">true</TargetAppFamily>
<TargetCoreSystem Condition="'$(MsvcpFlavor)' == 'onecore'">true</TargetCoreSystem>