Has anyone developed pass plugin on windows?

I’m trying to develop a pass plugin in Windows.
during compilation, in clang.exe, the export export exceeds 65535, resulting in an error.
Has anyone solved this?
My command is as follows.
cmake -S llvm -B Release -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_NEW_PASS_MANAGER=ON -DLLVM_ENABLE_PROJECTS=“clang;lld” -DLLVM_EXPORT_SYMBOLS_FOR_PLUGINS=On -DLLVM_VERSION_PATCH=2 -G “NMake Makefiles”