Releases: SRI-CSL/gllvm
v1.3.1
v1.3.0
A fix for the misinterpretation of the naked -W
and -w
flags, fixed by @woodruffw. Does wllvm
suffer the same issue? I should check.
v1.2.9
Improvements to its behavior on FreeBSD, recognizing the extensions .pico
and .nossppico
and treating them
as the object files they are. Improvements to the dependency command line switches, so they do not get confused as inputs. Use of the debug/elf
and debug/macho
packages to recognize file types, and use this capability to have a fallback when simple minded (but fast) pattern matching doesn't work.
v1.2.8
Improved support for builds that use clang's link time optimization.
Added some flags as usual.
Beefed up the parsing so that it handles (non-nested) -Wl,start-group ... -Wl,end-group
command line options.
Added an undocumented executable gparse
which just parses the command line as would gclang
or gclang++
and just prints the result rather than acting upon the input.
v1.2.7
Strict mode added to get-bc by @woodruffw