From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31466 invoked by alias); 15 Nov 2012 13:46:58 -0000 Received: (qmail 31376 invoked by uid 48); 15 Nov 2012 13:46:36 -0000 From: "howarth at nitro dot med.uc.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/55289] darwin bootstrap fails due to missing libsanitizer/interception/mach_override directory and files Date: Thu, 15 Nov 2012 13:46:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: howarth at nitro dot med.uc.edu X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg01404.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55289 --- Comment #40 from Jack Howarth 2012-11-15 13:46:32 UTC --- (In reply to comment #39) > I agree with Kostya that no major changes to mach_override are necessary > because we are really going to dump it. However minor fixes required for ASan > in GCC to work on Darwin right now should be perfectly ok. > > As there currently are issues blocking the dynamic ASan runtime (e.g. > https://code.google.com/p/address-sanitizer/issues/detail?id=124), and we still > depend on CoreFoundation I can't promise that we'll get rid of mach_override > before the GCC 4.8 release. Now that you have committed the patch from comment 29 to upstream compiler-rt... http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20121112/155989.html can we at least get missing mach_override/mach_override.h and mach_override/mach_override.c files imported into the asan branch, if not gcc trunk, as well as the approved patch from... http://gcc.gnu.org/ml/gcc-patches/2012-11/msg01119.html so that we can start building libsanitizer on intel darwin? Thanks in advance for any help on these issues.