Symbols LLVM 6.0.0 windows

Hello all,

Today, I’ve noticed that some of our recent changes cause some infinite looping of clang-cl.exe for LLVM 6.0.0 which doesn’t occur with LLVM 7.0.0
When trying to debug the compiler, I’ve noticed that I don’t have the symbols for it.

Is their a place where I can find the .pdb files for the executables from http://releases.llvm.org/download.html#6.0.0 ?

Tnx

No, we don't have PDB files for the releases anywhere, sorry.

- Hans