X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:from:to:date:message-id:subject; q= dns; s=default; b=tszIjvG1SqKJnJGMbv10Lr4UZ6OOFMVsxMq/hg2sHYwURl tP7kBI8P9Z3dtURhSGCYzYLUMIKyt28WEMFvh1STQB1Bn9INh4EwJtflmUhah0RP oNMBCPMyUdLXcBtti/q81GKB2V21PrxPQdEOWEhef2mwzWgqUHCIpRxEnYtUM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:from:to:date:message-id:subject; s= default; bh=+2q1QkjaPUsebIQ5jiLSddGRCj0=; b=ImVInc7TfxlP4OmMxQwq GYhf7adVLynonTHazFTmJBkJ6mqkc05ZIaBf0n8LCjPc8Y/Ic9seh68Hrgml4Zlh fq/Xa53fYw+CzZ2Rzq4UHb42ZaXSTs5Kk7OCVbPiZ31RJVljbdjBCbM6XBHrEwTN WvTklqEReQvoxSYmgI81Hks= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KAM_NUMSUBJECT autolearn=no version=3.3.1 spammy=H*MI:cygwin, announcement, Yaakov, yaakov X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none From: Yaakov Selkowitz To: cygwin AT cygwin DOT com Date: Tue, 27 Aug 2019 22:24:57 -0400 Message-Id: Subject: [ANNOUNCEMENT] LLVM/Clang 8.0.1-1 The following packages have been uploaded to the Cygwin distribution: * llvm-8.0.1-1 * libllvm8-8.0.1-1 * libllvm-devel-8.0.1-1 * libpolly8-8.0.1-1 * libpolly-devel-8.0.1-1 * llvm-doc-8.0.1-1 * polly-doc-8.0.1-1 * ocaml-llvm-8.0.1-1 * ocaml-llvm-doc-8.0.1-1 * clang-8.0.1-1 * clang-analyzer-8.0.1-1 * clang-doc-8.0.1-1 * emacs-clang-format-8.0.1-1 * vim-clang-format-8.0.1-1 * git-clang-format-8.0.1-1 * libclang8-8.0.1-1 * libclang-devel-8.0.1-1 * mingw64-i686-clang-8.0.1-1 * mingw64-x86_64-clang-8.0.1-1 * python27-clang-8.0.1-1 * python36-clang-8.0.1-1 * python37-clang-8.0.1-1 * compiler-rt-8.0.1-1 * libunwind1-8.0.1-1 * libunwind-devel-8.0.1-1 * libc++abi1-8.0.1-1 * libc++abi-devel-8.0.1-1 * libc++1-8.0.1-1 * libc++-devel-8.0.1-1 The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs (as well as some less common ones!) These libraries are built around a well specified code representation known as the LLVM intermediate representation. Clang is an LLVM native C/C++/ObjC compiler, which aims to deliver amazingly fast compiles, extremely useful error and warning messages and to provide a platform for building great source level tools. The Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code. This is an update to the latest upstream stable release, with some package and feature changes: * Support for all targets has been enabled in LLVM and Clang. As a consequence thereof, LLVM is built with shared individual libraries to avoid an unusally large single LLVM library. * The Polly library is built together with LLVM, and support for optimizations enabled thereby is now available in LLVM and Clang commands. * libunwind has been added as an alternative exception handler library, and is used by libc++abi, and linked by default when using compiler-rt. -- Yaakov -- 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