Charlie Tapping
02/04/2025, 6:56 PM\.konan\dependencies\llvm-16.0.0-x86_64-windows-essentials-56/bin/clang++ command returned non-zero exit code: 1.
output:
lld-link: warning: ignoring unknown argument: -exclude-symbols:___chkstk_ms
lld-link: error: -exclude-symbols:___chkstk_ms is not allowed in .drectve
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
I read here that we should no longer see this warning as llvm 16 supports this flag and indeed it links to a commit which suggests it does, however you can see from the above its using llvm 16 but we’re still seeing the error? Does anyone know how this is possible?sergey.bogolepov
02/05/2025, 3:41 PMCharlie Tapping
02/05/2025, 3:48 PM