www.delorie.com/archives/browse.cgi | search |
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:subject:to:message-id:date | |
:mime-version:content-type:content-transfer-encoding; q=dns; s= | |
default; b=Ps0YKthAsSHRLj5Xg30ch+D00+bO4gQoG9qKCd9KSi/IHu1F+xl4n | |
AerZD2LuZOCqYVVqsolIxXSN0OgipJxIiR4l9yr8RrjT6+fknMNGcUXpgOEV4k5C | |
2YAwwVDo1e2qABuSlN6H2gBYVRvaizCIuuBUuxwxrTf2BdNVJrK6/A= | |
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:subject:to:message-id:date | |
:mime-version:content-type:content-transfer-encoding; s=default; | |
bh=XemXIsAsnShdvihxIA6hvCBB/8k=; b=ncGZSMDwdbf6Nc2XvsituWGEwnUf | |
egeOjeS5Mc76hbqzxA77+raM1IBdhx/HTunalV11DE4/eHK3ozsMEn3ow8+/Vlmj | |
r+rQGaVF5jycGCrR+426Mq0bctFaqSb7ZbfIgMAarTnhnd7jnC7/BCOO5hiH93SC | |
xNUg7J5aSucpa4Y= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-0.1 required=5.0 tests=ALL_TRUSTED,BAYES_00,FORGED_MUA_MOZILLA,KAM_NUMSUBJECT autolearn=no version=3.3.2 spammy=H*MI:cygwin, HContent-Transfer-Encoding:8bit |
X-HELO: | localhost.localdomain |
Reply-To: | cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
From: | Yaakov Selkowitz <yselkowitz AT cygwin DOT com> |
Subject: | [ANNOUNCEMENT] LLVM/Clang 5.0.1 |
To: | cygwin AT cygwin DOT com |
Message-Id: | <announce.a434fcbf-45f4-9974-6c9f-8a62c631da50@cygwin.com> |
Date: | Fri, 5 Jan 2018 00:25:15 -0600 |
User-Agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 |
MIME-Version: | 1.0 |
X-IsSubscribed: | yes |
The following packages have been uploaded to the Cygwin distribution: * clang-5.0.1-1 * clang-analyzer-5.0.1-1 * clang-doc-5.0.1-1 * emacs-clang-format-5.0.1-1 * git-clang-format-5.0.1-1 * mingw64-i686-clang-5.0.1-1 * mingw64-x86_64-clang-5.0.1-1 * vim-clang-format-5.0.1-1 * llvm-5.0.1-1 * llvm-doc-5.0.1-1 * compiler-rt-5.0.1-1 * libc++1-5.0.1-1 * libc++-devel-5.0.1-1 * libc++abi1-5.0.1-1 * libc++abi-devel-5.0.1-1 * libclang5.0-5.0.1-1 * libclang-devel-5.0.1-1 * libllvm5.0-5.0.1-1 * libllvm-devel-5.0.1-1 * libllvm-devel-static-5.0.1-1 * ocaml-llvm-5.0.1-1 * ocaml-llvm-doc-5.0.1-1 * python2-clang-5.0.1-1 * python3-clang-5.0.1-1 The LLVM Core libraries provide a modern source- and target-independent optimizer, along with code generation support for many popular CPUs. 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. compiler-rt provides a simple library that provides an implementation of the low-level target-specific hooks required by code generation and other runtime components. libc++ is a new implementation of the C++ standard library, targeting C++11. This is an update to the latest upstream stable release of the LLVM/Clang toolchain, with several improvements for Cygwin: * Clang has been modified to properly link with ld on Cygwin, bypassing GCC executables entirely while matching its behaviour. GCC's libraries and startup files are still required. * compiler-rt is now available as an experimental alternative to libgcc's builtins implementation; it can be used with clang -rtlib=compiler-rt. Please note that libgcc_s (or libgcc_eh with -static) will still be used for exception handling support. * libc++/libc++abi are now available as an experimental alternative to libstdc++; it can be used with clang++ -stdlib=libc++. * Clang's unwind.h has been fixed for SEH. * The OCaml bindings for LLVM have been re-enabled, with new dependencies. They have not been tested. * Unfortunately, lld could not be added at this time due to lack of GNU-style command-line support in its COFF driver. It appears that may be changing for 6.0. -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |