This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 00/13] Request to merge Address Sanitizer in
On Mon, Nov 12, 2012 at 06:37:06PM +0100, Tobias Burnus wrote:
> Jack Howarth wrote:
>> Copying over the lib/interception/mach_override directory from
>> llvm.org's compiler-rt 3.2 branch into libsanitizer/interception
>> allows the build of libsanitizer to proceed. I noticed that the
>> mach_override subdirectory has a license file which shows...
>
> I was about to point to:
>
> https://github.com/llvm-mirror/compiler-rt/tree/master/lib/interception/mach_override
>
> which contains the required files.
>
> Tobias
Tobias,
This still leaves the question of why they weren't merged? Hopefully this isn't due
to some sort of licensing issue for that subdirectory as we can't have a bootstrap
that requires files from outside of the source tree.
Jack