am009

Results 25 comments of am009

Sorry that we have not yet selected a good target for a benchmark. Do you have any recommended targets that are worth integrating into FuzzBench? Probably I can choose one...

Thanks, the benchmark is pushed.

I just looked into this issue. I think this is mostly related to the [llvm build](https://github.com/WasmEdge/llvm-windows) actually. The root cause is still [the same](https://github.com/WasmEdge/WasmEdge/issues/1290#issuecomment-1056784554) that, for some reason, in the...

Disabling DIA SDK seems to work (All tests passed on my local machine). I opened a pr in case it's needed: https://github.com/WasmEdge/llvm-windows/pull/10 On Windows, WasmEdge AOT uses `lldCOFF`. https://github.com/WasmEdge/WasmEdge/blob/c688791e784be32f63a826d42bf025091d63d9d4/lib/aot/CMakeLists.txt#L30-L37 I...

I checked that the [built artifact](https://github.com/WasmEdge/llvm-windows/actions/runs/6186811073?pr=10) doesn't contain the "Enterprise" path. (lib\cmake\llvm\LLVMExports.cmake:438) ```cmake set_target_properties(LLVMDebugInfoPDB PROPERTIES INTERFACE_LINK_LIBRARIES "LLVMBinaryFormat;LLVMObject;LLVMSupport;LLVMDebugInfoCodeView;LLVMDebugInfoMSF" ) ``` previously it is like ```cmake set_target_properties(LLVMDebugInfoPDB PROPERTIES INTERFACE_LINK_LIBRARIES "C:/Program Files/Microsoft Visual...