From owner-svn-src-all@FreeBSD.ORG Fri Jan 2 17:33:28 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7786C3CD for ; Fri, 2 Jan 2015 17:33:28 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 29C2666358 for ; Fri, 2 Jan 2015 17:33:28 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id l13so16730159iga.14 for ; Fri, 02 Jan 2015 09:33:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netflix.com; s=google; h=from:content-type:mime-version:subject:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=3h+M27K1X5wuJNLZpkTQdW5Ei18TIxVFymCh6mAcyXY=; b=FSlHrBe3Jj4X5zHgGrfF9csxFrWX9OhFtoFtTej8fkZwEIRPE/eJBoGRzxi+gQ+zox svUdIcOXakCabjcJB2TggYsunYMZufkcP5zju+7iLxTNH6KqdueKW8/F+m3Q5Mudi+t4 GVufs5mbq9YwSWOCQlaVYlOWGB3GJaHRhvgb4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:mime-version:subject :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=3h+M27K1X5wuJNLZpkTQdW5Ei18TIxVFymCh6mAcyXY=; b=YLZPzsEC/BXj5AVTclQkmqp6Kkx6FiT1RQ9rFKLkD18Fax+7uF+gzqma1gktZDmo+B ErhULnpE/zZVoZb5Fq7xjG73l5K9aCCy6umRnmdNVoyDR2rEDgqE5E49HeQe4vwFeA3h QLGPR1Mky/CDV4eENz9hSlGYFWOejZ+g680B+kllXxl6SsLNszo/ruDoHstvHS4ud5/6 5jXqiWpe+Tp/J68rEo1Ad4XeUSKC8tcqfwnHtrLzWyzB+vZNX1D9YxPWSV+CaZtZ8jv/ Y4PHnzvqVRguZQSTk7ZRrpSKYQK0E0Hl+hFchJGGnL/egxXRwoixOhJ15svvKXRsBgIN R2ug== X-Gm-Message-State: ALoCoQl3BIV3gI/PkhjGQS3RMbTebwqeeP3+NHC+v05Y1jtyplxSWKkY4f1gWF0BQDHyAkcjvbba X-Received: by 10.50.28.8 with SMTP id x8mr9051339igg.19.1420220007357; Fri, 02 Jan 2015 09:33:27 -0800 (PST) Received: from netflix-mac-wired.bsdimp.com ([50.253.99.174]) by mx.google.com with ESMTPSA id e63sm23089990ioe.15.2015.01.02.09.33.26 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 02 Jan 2015 09:33:26 -0800 (PST) From: Warner Losh X-Google-Original-From: Warner Losh Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: svn commit: r276499 - head/sys/conf In-Reply-To: <201501011007.t01A7wYW032884@svn.freebsd.org> Date: Fri, 2 Jan 2015 10:33:25 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <41CF0351-83A3-4D54-B308-32F310DCD3DA@gmail.com> References: <201501011007.t01A7wYW032884@svn.freebsd.org> To: Roman Divacky X-Mailer: Apple Mail (2.1993) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 17:33:28 -0000 This breaks building the kernel with clang 3.4.1 Warner > On Jan 1, 2015, at 3:07 AM, Roman Divacky = wrote: >=20 > Author: rdivacky > Date: Thu Jan 1 10:07:57 2015 > New Revision: 276499 > URL: https://svnweb.freebsd.org/changeset/base/276499 >=20 > Log: > LLVM integrated assembler can assemble these files just fine. >=20 > Modified: > head/sys/conf/Makefile.amd64 > head/sys/conf/Makefile.i386 > head/sys/conf/Makefile.pc98 >=20 > Modified: head/sys/conf/Makefile.amd64 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/sys/conf/Makefile.amd64 Thu Jan 1 09:33:46 2015 = (r276498) > +++ head/sys/conf/Makefile.amd64 Thu Jan 1 10:07:57 2015 = (r276499) > @@ -37,11 +37,6 @@ INCLUDES+=3D -I$S/contrib/libfdt > CFLAGS+=3D -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer > .endif >=20 > -# XXX: clang integrated-as doesn't grok .codeNN directives yet > -ASM_CFLAGS.acpi_wakecode.S=3D ${CLANG_NO_IAS} > -ASM_CFLAGS.mpboot.S=3D ${CLANG_NO_IAS} > -ASM_CFLAGS+=3D ${ASM_CFLAGS.${.IMPSRC:T}} > - > %BEFORE_DEPEND >=20 > %OBJS >=20 > Modified: head/sys/conf/Makefile.i386 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/sys/conf/Makefile.i386 Thu Jan 1 09:33:46 2015 = (r276498) > +++ head/sys/conf/Makefile.i386 Thu Jan 1 10:07:57 2015 = (r276499) > @@ -32,11 +32,6 @@ S=3D ../../.. >=20 > INCLUDES+=3D -I$S/contrib/libfdt >=20 > -# XXX: clang integrated-as doesn't grok .codeNN directives yet > -ASM_CFLAGS.acpi_wakecode.S=3D ${CLANG_NO_IAS} > -ASM_CFLAGS.mpboot.s=3D ${CLANG_NO_IAS} > -ASM_CFLAGS+=3D ${ASM_CFLAGS.${.IMPSRC:T}} > - > %BEFORE_DEPEND >=20 > %OBJS >=20 > Modified: head/sys/conf/Makefile.pc98 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/sys/conf/Makefile.pc98 Thu Jan 1 09:33:46 2015 = (r276498) > +++ head/sys/conf/Makefile.pc98 Thu Jan 1 10:07:57 2015 = (r276499) > @@ -30,10 +30,6 @@ S=3D ../../.. > .endif > .include "$S/conf/kern.pre.mk" >=20 > -# XXX: clang integrated-as doesn't grok .codeNN directives yet > -ASM_CFLAGS.mpboot.s=3D ${CLANG_NO_IAS} > -ASM_CFLAGS+=3D ${ASM_CFLAGS.${.IMPSRC:T}} > - > %BEFORE_DEPEND >=20 > %OBJS >=20