Sure, I can add the support. To run -mx32 test, we need to add x32 multilib support for libasan first, right?
Thanks, Wei. On Tue, Nov 13, 2012 at 2:14 PM, H.J. Lu <hjl.to...@gmail.com> wrote: > On Tue, Nov 13, 2012 at 1:49 PM, Wei Mi <w...@google.com> wrote: >>> Will this run the test in all mode (O0 vs O2 and -m32 vs -m64)? >>> >>> >>> --kcc >> >> Yes, it runs in all modes. O0/O1/O2/O3 + -m32/-m64, which is specified >> in asan.exp. >> > > Does it support -mx32? > > > -- > H.J.