Re: [rtems-tools] record does not compile with llvm9

2019-12-18 Thread Christian Mauderer
On 18/12/2019 07:04, Sebastian Huber wrote: > On 17/12/2019 15:48, l...@c-mauderer.de wrote: >> It compiles on llvm9 but I didn't test it on llvm7 or 8. Beneath that >> it's an untested change. > > It works on llvm7. Please check it in. > Thanks. I pushed it.

Re: [rtems-tools] record does not compile with llvm9

2019-12-17 Thread Sebastian Huber
On 17/12/2019 15:48, l...@c-mauderer.de wrote: It compiles on llvm9 but I didn't test it on llvm7 or 8. Beneath that it's an untested change. It works on llvm7. Please check it in. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189

[rtems-tools] record does not compile with llvm9

2019-12-17 Thread list
Hello, if I try to compile the rtems-tools on my Arch Linux system with a llvm library version 9 I get the error at the end of the mail. It seems that the API for symbolizeCode changed between version 8 and 9 of llvm. I created a patch (see follow up mail) that uses the same adaption like in llvm