SushiHangover

PowerShell, Learn it or Perish ;-)

master nix
Gitter

LLVM 3.4.1

"LLVM"Point releases are coming to the LLVM compiler infrastructure with the LLVM 3.4.1 release just a few days away.

Doing point releases have been talked a lot about in the past but they’ve never materialized up to now with this open-source compiler infrastructure seeing major releases once every six months. Fortunately, in covering the time until LLVM 3.5 in three months, LLVM 3.4.1 will finally be made. Tom Stellard at AMD who has been working a lot on the AMD LLVM GPU back-end and other open-source Radeon OpenCL code, has been organizing this point release management. The LLVM 3.4.1 release plans were originally shared last month. LLVM 3.4.1 just incorporates stable bug-fixes while all major feature development is focused on landing for LLVM 3.5.

The official LLVM 3.4.1 release is planned for 4-18 assuming that all of the testing goes well. Details for testing can be found via the LLVM mailing list.

I am staying on the bleeding-edge for my bare metal ARM work, so I will continue to stay on the master branch (3.5.0):

1
2
3
4
./clang --version
clang version 3.5.0 
Target: arm-none--eabi
Thread model: posix

Comments