From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0FA11382DE for ; Fri, 1 Jul 2016 15:56:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B624CE0B07; Fri, 1 Jul 2016 15:56:15 +0000 (UTC) Received: from mail-oi0-f49.google.com (mail-oi0-f49.google.com [209.85.218.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04B35E0B02; Fri, 1 Jul 2016 15:56:14 +0000 (UTC) Received: by mail-oi0-f49.google.com with SMTP id r2so116400981oih.2; Fri, 01 Jul 2016 08:56:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=nfAHJnOYv5hsm6YiS7bGNrOjD2/t4Pa+QC649BUPplc=; b=nauMLs9erc4FA1hoiOK9nNOX2Gzsk2jP3tBxrbq4T6M7U+MPhXKJfYazpIz+usT4wr agt3II5b04givqhcTDo/9ehpYEYqdAIL+O58XUTGgUp6EGjQZafUz5R584vatVDm50u6 aQegNgFRhaCMcJh70+p+4jvQLamNk2Cz3M7o0tHBn+2Y2Uzwdc32A0jVz8B/ccObsUR4 z7mi4h4v+C/XXMeUokL5h9cVfjUtTPJAsT1yzjtRMq9x/3ok6DWirbfbIrAJSl0aZlsv WKwYd7v0a6Vq8DV4jFX6AAqteyrM0FKMRjAkhi30pMw7RuE9B7qrv3diQq8kRX7ddWyM Q5xA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=nfAHJnOYv5hsm6YiS7bGNrOjD2/t4Pa+QC649BUPplc=; b=mOzH7KLutV5XVkUkZeTQ6IJH7ADaic9T+1TD5JHv+UChePHnXljg02WuEGHov/f07W 44SMNDJmOwQ50fjxJZwTkSmufhBQOMXTj98cVmZi9mbwGJ0j7bVrRjvA3FOfqRVoUn1O qCTVUzMTCMlBB4/jhdKSHPkDu6W6zZYq4OgHC+pLOTjjZ/pzfVgHOVAqAmqGnJ4dzUoS dHFlirt/Czm2/H93Zd9c85koe4Ylkyx2AJN+kveZKKLHVLcUBZug0ioHXp0PiU0yEE+w n/vdBLH84cZC8f0y0MHMYRJROXHOhOD1EjcjOq51HAfMN5hGDnV9efEKstDxeNzb4Xjt s/uA== X-Gm-Message-State: ALyK8tJf4ftA4Ni03WxX/1PQkikXJKLzmZCY0269RO05nQ1OoD0DKVy+B68R6q1VeapjCXqzOW2PANY+2okvXw== X-Received: by 10.157.9.66 with SMTP id 60mr14746394otp.23.1467388574116; Fri, 01 Jul 2016 08:56:14 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org MIME-Version: 1.0 Received: by 10.182.28.37 with HTTP; Fri, 1 Jul 2016 08:55:54 -0700 (PDT) From: Lei Zhang Date: Fri, 1 Jul 2016 23:55:54 +0800 Message-ID: Subject: [gentoo-soc] [GSoC] native-clang: weekly report #6 To: Luca Barbato , gentoo-soc@lists.gentoo.org, gentoo-musl@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: dfd48fe7-8d58-4b93-a73a-7db302057cd3 X-Archives-Hash: 2a99241b1eaacb60a995da481b71852d Progress this week: - fix an issue that prevents correct optimization flags from being used when building the freestanding clang - study catalyst and how to write/modify ebuilds for relevant packages - write an ebuild for NetBSD's crtbegin/end files Plan for next week: - write ebuild for libc++abi - modify libc++'s ebuild to support libc++abi - modify clang's ebuild to allow disabling the sanitizer - prepare for unforeseen consequences (failure to decouple libc++abi from LLVM, etc) Lei