Re: [Sdcc-user] An experimental LLVM+SDCC-based toolchain for 8-bit microcontrollers

2016-11-11 Thread Philipp Klaus Krause
On 09.11.2016 04:00, alvin albrecht wrote: > > On 07.11.2016 20:12, Philipp Klaus Krause wrote: >> On 03.11.2016 12:14, Philipp Klaus Krause wrote: >>> On 03.11.2016 00:56, alvin albrecht wrote: > * Install LLVM 3.8 (e.g. using apt-get on Debian). >> release_38 for cfe. > > Much better,

Re: [Sdcc-user] An experimental LLVM+SDCC-based toolchain for 8-bit microcontrollers

2016-11-11 Thread Philipp Klaus Krause
On 09.11.2016 04:00, alvin albrecht wrote: > > llvm-cbe began wrapping some types into > structures as pairs. Did this happen for anything other than arrays? LLVM arrays semantics are different from C (where arrays sometimes decay to pointers, while structs don't). Keep in mind that the cbe also