This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [asan] change libasan to libsanitizer


Will it be easier if you just rolled back your previous libasan
library changes, and resubmit it with the restructured directory?

David

On Thu, Nov 1, 2012 at 1:17 PM, Wei Mi <wmi@google.com> wrote:
> patch.part2.txt.bz2 and patch.part3.txt.bz2 are still too big.
>
> Divide patch.part2.txt.bz2 into two parts:
> patch.part2-1.txt.bz2 + patch.part2-2.txt.bz2
>
> Divide patch.part3.txt.bz2 into two parts:
> patch.part3-1.txt.bz2 + patch.part3-2.txt.bz2
>
> This is patch.part2-1.txt.bz2.
>
> Thanks,
> Wei.
>
> On Thu, Nov 1, 2012 at 1:02 PM, Wei Mi <wmi@google.com> wrote:
>> Hi,
>>
>> Here is the patch to change libasan to libsanitizer and reorganize the
>> directory. I divided the patch into three parts for review.
>>
>> patch.part1.txt: Contains the changes in the outermost level.
>> patch.part2.txt.bz2: Remove libasan
>> patch.part3.txt.bz2: Add libsanitizer
>>
>> Is it ok for asan branch?
>>
>> 2012-11-1  Wei Mi  <wmi@google.com>
>>
>>         * configure.ac: Change target-libasan to target-libsanitizer.
>>         * configure.in: Regenerate.
>>         * Makefile.def: Change libasan module to libsanitizer.
>>         * Makefile.in: Regenerate.
>>         * libsanitizer: Change libasan to libsanitizer and add
>>         an empty tsan directory under libsanitizer.
>>
>> Thanks,
>> Wei.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]