From owner-freebsd-current@freebsd.org Sat Sep 16 04:01:18 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C7C4E235C3 for ; Sat, 16 Sep 2017 04:01:18 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-ua0-x244.google.com (mail-ua0-x244.google.com [IPv6:2607:f8b0:400c:c08::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 240EE65E5F; Sat, 16 Sep 2017 04:01:18 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-ua0-x244.google.com with SMTP id l24so1188280uaa.5; Fri, 15 Sep 2017 21:01:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=505YSvw39yb7hngRtZdU/CRlDC8M3lOSS/hxBzpK7D8=; b=slS34ITtoNwKu+UDG4ab5zHixBWCGB10I2niGovNMDTTrI9hswnUl4KX/QNG3uuIiB mFz32EppQmqIwVZt/R4Rm9VewEK6zY8FAwNyNQJhHxvqJMliTmnqmj0YNfs1w7qj96YA /ZLasGby1/2k40eF8ZzaOK0+MRVOIfSoANog7hq9/zB6QQCR9xCo+kx6hmdMwWA8//67 b7l5SU9HtJEZHZPeXWmbFbcwNBzCP4WzGBL0gy68/11D4epQDhCDyqA9cbRsMhbCCKEI 1sLM5GbBje6aCQmQ4OZWriV6GirAgiFDEtEB6drXCslVDIHX+8M3TDmRf1ftIcnCPNFu YWbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=505YSvw39yb7hngRtZdU/CRlDC8M3lOSS/hxBzpK7D8=; b=nMGcI7NWqipXpdmk+k0SjroWJiUNR9Wf6bOmdhETV2cBH05SaiVGFddXYF0dNHaEhu 3JpP4zt0ELmc3/wYcZmtdkqgpRTeVNZLI9dAFjh9B+34Isvdhfh6zgZYYEkgsBic5j1B L5DtGQXZKH1GdyBUvr4btzDB1t5pfyx8GVLoA3YXC4AiFq3GMjvFt9DBUBwjyzBt7W6q j8VsFor8b4SIgB2aiT+XnZEUrpI4ur9UrUvF0iHRvGiej0sAyo0aKHNfE6Twj1p/nPCY cqhm6LnPlrNLfV4z9XYbYN3uxFoDwAFhUR1pqCnpuQ3yl/alqSvgiOjflH9fy2Jq+rl7 AO5w== X-Gm-Message-State: AHPjjUgPoW4zb5RubcAHuAS+SygoeTWNYNeog3NqKjuqVq90GuctxcGL 6PQKysk0Tyll6Gs8ndQ8DMYt+np5iQ93KYgoyow= X-Google-Smtp-Source: ADKCNb6rH+0uZbg259FarXK0D4wCQ50XCfNEiezATPXNh9CeLaeWX6eosp3KmRqm6n/1S8OfGFYjNIWPMQbRnj56qdk= X-Received: by 10.176.70.75 with SMTP id z11mr22814553uab.43.1505534476964; Fri, 15 Sep 2017 21:01:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.7.211 with HTTP; Fri, 15 Sep 2017 21:01:16 -0700 (PDT) In-Reply-To: References: From: blubee blubeeme Date: Sat, 16 Sep 2017 12:01:16 +0800 Message-ID: Subject: Re: Extra Clang Tools To: Allan Jude Cc: FreeBSD current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Sep 2017 04:01:18 -0000 Thank you for the tips; I was due for a rebuild anyways, might as well upgrade the kernel along the way. Best On Sat, Sep 16, 2017 at 10:53 AM, Allan Jude wrote: > On 2017-09-15 22:29, blubee blubeeme wrote: > > FreeBSD switched to clang as it's compiler some time ago; was clang extra > > tools: http://clang.llvm.org/extra/index.html ever ported over? > > > > If yes, where is it located? > > Best > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@ > freebsd.org" > > > > I think you can enable most of them by adding WITH_CLANG_EXTRAS=yes to > /etc/src.conf and recompiling. > > -- > Allan Jude > >