Isaiah Norton

Results 257 comments of Isaiah Norton

(from julia base dir: `make -C deps update-llvm` ... sometimes it is necessary to force a reconfigure too, or run `make` in the `build_Release+Asserts` directory)

I built 3.6 on windows a few days ago but julia wouldn't start. Haven't drbugged yet. Anyway this is a julia issue first... see the llvm 3.5 support issue. On...

I tried building julia + llvm-svn with the Cxx.jl `Make.user`. Aside from the LLDB includes issue above (which is tractable) the bigger issue is that currently Cxx.jl needs to have...

I see. Indeed it (Julia) does build with that patch, and https://github.com/JuliaLang/julia/commit/fc3df9640990430e55c67f28a4917a5bd84f30b4.

Can you get another reviewer for that patch, or just commit it? (would be nice to get it backported to 3.6.1 too)

With a few minor patches, I got most of the way through building lldb against llvm-svn in the ~~cygwin~~ mingw-w64 cross-compiler setup. However, the remaining (large) issue is the several...

Breadcrumb for future: https://github.com/meganz/mingw-std-threads might be useful for the mingw-w64/C++11 threads question (though does not provide `std::call_once`).

You can set LLVM_VER when building, though note that the current patch matrix here looks like it only goes to LLVM 3.8 (Julia is currently at 3.9, but bumping to...

A slight variant on this: I would like to be able to get the target address for SSH from a script (think cat'ing a file that is semi-frequently updated with...

Hi @Biswa96, thank you for opening the issue. We don't actively test/support ninja, and I believe that's the cause of the first error (it's something I want but have not...