Clemens Wasser

Results 25 comments of Clemens Wasser

Before anyone waste time into this (as I did yesterday, albeit not related to libuv), it's important to note that the blog post announcing 'AF_UNIX support' contains misleading information and...

Yes, using llvm-cxxfilt sounds ideal 👍 I've looked and llvm-cxxfilt gets installed with the LLVM installer on Windows under `C:\Program Files\LLVM\bin\llvm-cxxfilt.exe` by default and is in `$PATH`. I will update...

@OfekShilon I've now changed to using llvm-cxxfilt, but it crashes (only) on Windows, do you have any idea what the problem could be? ``` multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call...

@OfekShilon no apologies needed, thanks for merging this! @AntonYudintsev patch doesn't really work for me. When setting `--demangler 'llvm-cxxfilt -n'`, it still uses the `default_demanger: c++filt` due to the multiprocessing...

Sure, this reproduces the exception in PowerShell: ```powershell > clang++ -fsave-optimization-record '-foptimization-record-file=main.yaml' -O3 --std=c++17 main.cc > python ..\opt-viewer.py --demangler 'llvm-cxxfilt.exe -n' .\main.yaml ```