Hi Christophe, Great to hear you have a working patch. All libsanitizer code should go through the LLVM tree first. Please follow https://code.google.com/p/address-sanitizer/wiki/HowToContribute Once the patch is in LLVM, it will eventually reach GCC.
Please note: we can not guarantee that AArch64 support will remain in working conditions unless you set up a public build bot -- we'd appreciate if you can do this too, once the machines are more widely available. http://llvm.org/docs/HowToAddABuilder.html On Fri, Feb 7, 2014 at 7:21 PM, <[email protected]> wrote: > Hello, > > I have finally a working patch for GCC, for which I had to merged LLVM > changes from rev 198044 as you suggested. > > I've had someone run tests on actual AArch64 hardware (I don't have access > myself), as it's not currently practical to validate under simulators. The > Foundation Model has some time out problems as well as give random errors; > QEMU goes in infinite loop when unwinding the null-deref-1 test (which does > work in the Foundation Model and on hardware). > > Some of the ubsan tests cause the compiler to crash, but I think that > should be addressed separately. > Correct. For ubsan run-time please contact [email protected] --kcc > > Not sure how I can attach my patch here, so that you can look at the > libsanitizer part? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "address-sanitizer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
