Re: UBsan working

2020-04-05 Thread Hesham Almatary
Hello, Apologies for the lag in replies (I have a lot on my plate atm). Two notes about RISC-V support in Clang/LLVM support. First, RISC-V support in there is relatively new, so it's not as mature as GCC and it lacks some features. Second, the RTEMS backend in Clang itself doesn't exist upstream

Re: UBsan working

2020-04-05 Thread Gedare Bloom
Hi Suyash, This is fine, but what is really needed is to know if/how they might work on RTEMS. Gedare On Sun, Apr 5, 2020 at 2:05 AM suyash singh wrote: > Undefined behavior sanitizer > [image: image.png] > > clang's documentation is incomplete on llvm sanitizers. Also clang > installs the ubs

UBsan working

2020-04-05 Thread suyash singh
Undefined behavior sanitizer [image: image.png] clang's documentation is incomplete on llvm sanitizers. Also clang installs the ubsan files at wrong locations. There is no solution on google, so I wrote my own I have written the steps for installation here https://github.com/suyashsingh234/rtem