https://github.com/backengineering/llvm-msvc
Since LLVM-MSVC technically also uses clang, and according to this issue: aftermathlabs/llvm-msvc#120, using LLVM-MSVC alongside libc++ (instead of the MSVC equivalent) and winpthreads (or more likely something like https://github.com/JHRobotics/pthread9x) should allow for NT 4 compatibility. I was wondering, would this work? And is there any chance that official support is added in EnlyzeWinCompatLib for LLVM-MSVC?
https://github.com/backengineering/llvm-msvc
Since LLVM-MSVC technically also uses clang, and according to this issue: aftermathlabs/llvm-msvc#120, using LLVM-MSVC alongside libc++ (instead of the MSVC equivalent) and winpthreads (or more likely something like https://github.com/JHRobotics/pthread9x) should allow for NT 4 compatibility. I was wondering, would this work? And is there any chance that official support is added in EnlyzeWinCompatLib for LLVM-MSVC?