<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hello <br>
</p>
<p>I am building 'llvm' for the 'X86' target on a Windows10 over an
Intel Core 7 amd64 arch and VisualStudio 2019. This is fine for
building the 'x64' Platform but the generated vcxproj do not
contains any configuration for 'Win32'.</p>
<p>Here the commands passed:</p>
<ol>
<li>cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=X86
-DCMAKE_INSTALL_PREFIX=C:\ProgramFiles\LLVM\12.0\Release ..\llvm</li>
<li>cmake --build . --config Release -- -p:Platform=Win32</li>
</ol>
<p>Here the build log<br>
</p>
<p>D:\projects\as400\rpg\llvm-project\build>cmake --build .
--config Release -- -p:Platform=Win32<br>
Microsoft (R) Build Engine version 16.8.2+25e4d540b pour .NET
Framework<br>
Copyright (C) Microsoft Corporation. Tous droits réservés.<br>
<br>
C:\Program Files (x86)\Microsoft Visual
Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(408,5):
error MSB8013: Ce projet ne contient pas la combinaison de
configuration et de plateforme de Release|Win32.
[D:\projects\as400\rpg\llvm-project\build\ZERO_CHECK.vcxproj]</p>
<p>What I am missing for getting the 'Win32' VS2019 platform?</p>
<p>Thank you</p>
<p>FA<br>
</p>
<p><br>
</p>
</body>
</html>