From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67030 invoked by alias); 22 Feb 2016 09:36:30 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 67016 invoked by uid 89); 22 Feb 2016 09:36:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=ismail, tonykelmannet, D*kelman.net, U*tony X-HELO: mail-wm0-f43.google.com Received: from mail-wm0-f43.google.com (HELO mail-wm0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 22 Feb 2016 09:36:28 +0000 Received: by mail-wm0-f43.google.com with SMTP id c200so161392725wme.0 for ; Mon, 22 Feb 2016 01:36:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=RXWhWpzQ15WqvSzIW97mKCq/9V+uZ3B9Jxwd7FIQ8Og=; b=jJXenbBI64NIAMiP22hgwWCZNMu20BhIQXaSoTZ02QLSf37VkaKsGtvurB/fC0CWpY 0opoPDL6ia/AuASrjaET2Y1kGhiC0hIlKogXXjyTHkYeD+drsxfMiqVKniezYIDD0nKI QX3ijyj787jqSqIgA1g1UcZqFC72t3AcTkpfAnfxIR48FxBCPZuh/m2cHw6/epeAz2vB qVSoTKZDovnHVjqgby+DDNAl/28+IrHL/P2ESUO2wgeZTivQU4Zc3Pqu5VJKcFoME3lp rFGylTIJOCYlDNcDTHOCa1bnpgPN0PsudjCSop5fmMt5ppuumvE7kGQIpy+iKNCWEjdd 0pEQ== X-Gm-Message-State: AG10YOQiE3nT4DqqKUDxlrDHdf76HfGy3technU7+eTu4G/RRzIIzQlPBe60J3jUqBCo2QfAm9C/Oxq7qkVoxQ== X-Received: by 10.194.187.175 with SMTP id ft15mr26672257wjc.141.1456133785363; Mon, 22 Feb 2016 01:36:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.63.130 with HTTP; Mon, 22 Feb 2016 01:35:55 -0800 (PST) In-Reply-To: References: From: Ismail Donmez Date: Mon, 22 Feb 2016 09:36:00 -0000 Message-ID: Subject: Re: [ANNOUNCEMENT] llvm 3.7.1-1 To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00348.txt.bz2 On Mon, Feb 22, 2016 at 11:32 AM, Tony Kelman wrote: > Yaakov Selkowitz cygwin.com> writes: > >> This is an update to the latest upstream release. This release switches >> to the CMake build, which results in many small shared libraries instead >> of the single monolothic one from previous releases. Clang is also built >> as a separate source package as a result. > > You're not supposed to use BUILD_SHARED_LIBS with LLVM's cmake build. > They have a dedicated flag LLVM_BUILD_LLVM_DYLIB for this. LLVM_BUILD_LLVM_DYLIB is introduced with llvm 3.8 (upcoming) and have its own set of problems, see https://llvm.org/bugs/show_bug.cgi?id=22952 . Using BUILD_SHARED_LIBS is a better idea for now. ismail -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple