From owner-freebsd-questions@freebsd.org Tue Nov 19 14:19:20 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 594B51B4447 for ; Tue, 19 Nov 2019 14:19:20 +0000 (UTC) (envelope-from freebsd@chthonixia.net) Received: from mail1.g14.pair.com (mail1.g14.pair.com [66.39.4.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47HScl26sjz4Xm4 for ; Tue, 19 Nov 2019 14:19:18 +0000 (UTC) (envelope-from freebsd@chthonixia.net) Received: from mail1.g14.pair.com (localhost [127.0.0.1]) by mail1.g14.pair.com (Postfix) with ESMTP id 0C4D9A6D60; Tue, 19 Nov 2019 09:19:17 -0500 (EST) Received: from chthonixia.chthonixia.net (cpe-74-64-59-0.nyc.res.rr.com [74.64.59.0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail1.g14.pair.com (Postfix) with ESMTPSA id E2212A6D4C; Tue, 19 Nov 2019 09:19:16 -0500 (EST) Date: Tue, 19 Nov 2019 09:19:14 -0500 From: "Joe A." To: freebsd-questions@freebsd.org Cc: Polytropon Subject: Re: LLVM 9 versus LLVM 8 Message-ID: <20191119141914.GA2535@chthonixia.chthonixia.net> References: <20191119031500.GB1012@chthonixia.chthonixia.net> <20191119062705.36cc778f.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191119062705.36cc778f.freebsd@edvax.de> User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 47HScl26sjz4Xm4 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd@chthonixia.net has no SPF policy when checking 66.39.4.16) smtp.mailfrom=freebsd@chthonixia.net X-Spamd-Result: default: False [-1.41 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[0.59.64.74.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.991,0]; NEURAL_HAM_LONG(-0.98)[-0.982,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[chthonixia.net]; AUTH_NA(1.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[16.4.39.66.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7859, ipnet:66.39.0.0/17, country:US]; RCVD_TLS_LAST(0.00)[]; IP_SCORE(-0.24)[asn: 7859(-1.13), country: US(-0.05)]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Nov 2019 14:19:20 -0000 On Tue, Nov 19, 2019 at 06:27:05AM +0100, Polytropon wrote: > > If I understand things correctly, situation is the following: > > The OS compiler, ... > Now I understand. Thanks! Joe