delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2024/01/05/04:53:30

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E37713858D32
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1704448407;
bh=Jytto5J73IAklMEKt8TazHIBDEvdfydxyIga8UvseR0=;
h=Date:To:Cc:Subject:In-Reply-To:References:List-Id:
List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe:
From:Reply-To:From;
b=GAW4V9FgFSfHKjEViCoLVNbxHRdHuuLe/Bg1GnQmg2V5coZ+dNYH94/LQqDz2nMFJ
ybxPhNpgszoAjUt9cRqnasClq5Fz+1vwV3QOkWEDgrNQZSzAssmg+KbfPr+k8waT3O
EQKJ3+nTuvLsRdfUgKk8yqTTKLSTHRCEpIA4Ucuo=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 39FC03858D32
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 39FC03858D32
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704448384; cv=none;
b=H9YDHlHyuY9lBLjFK1pmPpRW7aLiDUNghMBlBj5Vw+jbRs3yedUJjqTYcAGKaGADSwk9rNaVG8cLyG80w///jaiRUCvwfnzgaUj9fid6/TeOT4aU+G18H6LPAiqyGMD5lGUZV2aq7ycKJHP4N9KxHtcL/5eT7g+KtOKOUhvL75E=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1704448384; c=relaxed/simple;
bh=hPg9QwzqQbGOIcJHLWc2Y9jg8z2azwqNdSkJCHWdClk=;
h=Date:From:To:Subject:Message-Id:Mime-Version;
b=ZDJKHxBqV6ZwykY78xQi55V2rMTyHucsem023R77/+25dEOFrwZnWatON6kyuI2D7pX1f24USeTkRg18ozH6AbxkfuEl0pHo6n4Lnemfi7U+R+w1JgZIzBUUFdW3xf7QxuQBm7i/52VLcWhrAWoD7RQkR6UUYpZf3XCIxp85/XI=
ARC-Authentication-Results: i=1; server2.sourceware.org
Date: Fri, 5 Jan 2024 18:52:58 +0900
To: cygwin AT cygwin DOT com
Cc: =?ISO-2022-JP?B?GyRCPXk7fTkxGyhC?= Xu Chiheng <chiheng DOT xu AT gmail DOT com>
Subject: Re: About Clang/LLVM
Message-Id: <20240105185258.476d24ef0fda177cd4a53799@nifty.ne.jp>
In-Reply-To: <CAPOVtOu7yXoD2Crz3APFhuezAqe2XMd3JEG8E+cfhkDMWQkZew@mail.gmail.com>
References: <CAPOVtOu7yXoD2Crz3APFhuezAqe2XMd3JEG8E+cfhkDMWQkZew AT mail DOT gmail DOT com>
X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
Mime-Version: 1.0
X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS, TXREP,
T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Takashi Yano via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

On Fri, 5 Jan 2024 06:52:40 +0800
$B=y;}91(B Xu Chiheng via Cygwin <cygwin AT cygwin DOT com> wrote:
> I have build scripts and patches at https://github.com/xu-chiheng/Note .
> I can use the build scripts and patches to build and bootstrap
> GCC(start from 13.0.0) and Clang/LLVM(start from 16.0.0) use GCC or
> Clang on Cygwin and MinGW.
> If you have interests, you can look at my other PRs at
> https://github.com/llvm/llvm-project/pulls/xu-chiheng .

Great! However, currently clang and llvm package has no
maintainer unfortunately. By any chance, are you interrested
in maintainership of that packages?

> It does not work without any of the patches.
> 
> Most patches come from upstream at
> 
> https://cygwin.com/git-cygwin-packages/
> https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/clang.git;a=summary
> git://cygwin.com/git/cygwin-packages/clang.git
> https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/llvm.git;a=summary
> git://cygwin.com/git/cygwin-packages/llvm.git
> 
> https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-clang
> https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-clang/PKGBUILD
> 
> https://src.fedoraproject.org/rpms/llvm.git

-- 
Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019