<jemc>
SeanTAllen: are we doing a sync meeting today?
<sylvanc>
yes we're on :)
<TwoNotes>
Ok, I have llvm 3.8.1 installed. How to tell the ponyc build process to use it?
Lordovos has joined #ponylang
<Lordovos>
Howdy.
<Praetonus>
Lordovos: Hi
<Lordovos>
I was wondering if anyone could help me diagnose a gaggle of warnings I'm receiving when I compile a Pony program?
<Praetonus>
TwoNotes: You can do `make LLVM_CONFIG=path/to/llvm-config-3.8`. If you have other LLVM versions installed you might need to remove them from your PATH temporarily
<Praetonus>
Lordovos: Sure. Do you have a gist or something like that?
<Lordovos>
My program compiles and runs fine, but I do get a lot of warnings thrown at me.
<Praetonus>
Apparently the linker doesn't find the PDB file containing the debug information for the runtime library. It won't affect the behaviour of your program but you won't be able to debug the runtime calls (hopefully you won't need to do that)
<Praetonus>
Did you build the compiler from source or did you install a prebuilt version?
<Lordovos>
I installed a pre-built version. master-0.9.0-19c1111.
<Praetonus>
I'm not sure what's happening. The bintray script is deploying release versions so the linker shouldn't look for debug information
<Lordovos>
Strange. If it helps, I'm on Windows 10.
<Praetonus>
Can you open an issue on Github so that people familiar with Windows can take a look?
<Lordovos>
Sure thing.
jemc has quit [Ping timeout: 265 seconds]
Matthias247 has quit [Read error: Connection reset by peer]