Closed fuchanghao closed 4 years ago
Updated project with actual SDK versions, modded LLVM, added LLVM-clangCL
Updated project with actual SDK versions, modded LLVM, added LLVM-clangCL
After this change, I can't build x64 build after I build win32 build.
which I think should be
https://github.com/pinterf/masktools/blob/16bit/masktools/build/masktools.sln#L45
{DBFBE277-5B8D-4258-B522-13146FD1E722}.release-LLVM-boost|Win32.ActiveCfg = release-LLVM-boost|Win32 {DBFBE277-5B8D-4258-B522-13146FD1E722}.release-LLVM-boost|Win32.Build.0 = release-LLVM-boost|Win32 {DBFBE277-5B8D-4258-B522-13146FD1E722}.release-LLVM-boost|x64.ActiveCfg = release-LLVM-boost|x64 {DBFBE277-5B8D-4258-B522-13146FD1E722}.release-LLVM-boost|x64.Build.0 = release-LLVM-boost|x64 {DBFBE277-5B8D-4258-B522-13146FD1E722}.release-LLVM-clangCL|Win32.ActiveCfg = release-LLVM-clangCL|Win32 {DBFBE277-5B8D-4258-B522-13146FD1E722}.release-LLVM-clangCL|Win32.Build.0 = release-LLVM-clangCL|Win32 {DBFBE277-5B8D-4258-B522-13146FD1E722}.release-LLVM-clangCL|x64.ActiveCfg = release-LLVM-clangCL|x64 {DBFBE277-5B8D-4258-B522-13146FD1E722}.release-LLVM-clangCL|x64.Build.0 = release-LLVM-clangCL|x64
https://github.com/pinterf/masktools/blob/16bit/masktools/build/masktools.sln#L77
{185396D8-57BD-4DDF-8CD3-26035EA50DB9}.release-LLVM-boost|Win32.ActiveCfg = release-LLVM-boost|Win32 {185396D8-57BD-4DDF-8CD3-26035EA50DB9}.release-LLVM-boost|Win32.Build.0 = release-LLVM-boost|Win32 {185396D8-57BD-4DDF-8CD3-26035EA50DB9}.release-LLVM-boost|x64.ActiveCfg = release-LLVM-boost|x64 {185396D8-57BD-4DDF-8CD3-26035EA50DB9}.release-LLVM-boost|x64.Build.0 = release-LLVM-boost|x64 {185396D8-57BD-4DDF-8CD3-26035EA50DB9}.release-LLVM-clangCL|Win32.ActiveCfg = release-LLVM-clangCL|Win32 {185396D8-57BD-4DDF-8CD3-26035EA50DB9}.release-LLVM-clangCL|Win32.Build.0 = release-LLVM-clangCL|Win32 {185396D8-57BD-4DDF-8CD3-26035EA50DB9}.release-LLVM-clangCL|x64.ActiveCfg = release-LLVM-clangCL|x64 {185396D8-57BD-4DDF-8CD3-26035EA50DB9}.release-LLVM-clangCL|x64.Build.0 = release-LLVM-clangCL|x64
I switch the LLVM to Clang-cl because of LLVM Compiler Toolchain only support VS2017.
https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm-toolchain
But it got error when I change the LLVM to build-in LLVM/clang-cl in release-llvm-boost.
PS: MSVC 142 release-boost build works fine.