From owner-svn-src-all@freebsd.org Wed Jun 5 14:09:42 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E09B115AEF4A; Wed, 5 Jun 2019 14:09:41 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it1-f173.google.com (mail-it1-f173.google.com [209.85.166.173]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C99484830; Wed, 5 Jun 2019 14:09:41 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it1-f173.google.com with SMTP id s16so3691391ita.2; Wed, 05 Jun 2019 07:09:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qR4BgZFonN5T5dyXscYuMQpGvGINoN2kFDieZRmwK6s=; b=Hr2Fs1PEvrGKJDcPz9rdJhRRCrJZs4utl6JUDWG4YLTazf+/WbZ2uyDq2WjyZkY1kJ ZsKO0V1n266ve+/Mz+K52Rl1Nq4nci+mb9UTp5qankBPdMN1eOe/WbmCrRFGe7DSFUvb ajRlsBgm4Ub219w8D3KHjQbtW1VuGPMqtUEG4ZehQXZ6fknUDTsLCXcGcKi/bkVvhksX myRN2Pm8FWWFDODs075ytokddHfL6Y2r3TgQTbZR5UHfBfI7ujIta4/kxWqoRJBKZxMb ep/VthvikYIAvcE8TVFXEZ4GvRzIzW3tiON1WIYXopRHgVEl/+Q8p/0v53lybpGSxeAO hZHw== X-Gm-Message-State: APjAAAU3+bdx3okY+5JQO3UrXCn2K/SbFFgcKVa+urzApbCFOU+8qhqY 0Z0GRDx/mMHpHUDPvEKBjQe0/4AQTUvtNu5EYZLjPw== X-Google-Smtp-Source: APXvYqwWphXmqbGNaagXbkzb80or1OnQ+uPYmss5x7IONLCIR2leZqaAyfLD9LOu3KGyf6CJVazOFAO5sS8NfXvTP78= X-Received: by 2002:a24:7585:: with SMTP id y127mr13349665itc.48.1559743773894; Wed, 05 Jun 2019 07:09:33 -0700 (PDT) MIME-Version: 1.0 References: <201906041300.x54D0n9O056000@repo.freebsd.org> In-Reply-To: From: Ed Maste Date: Wed, 5 Jun 2019 10:09:18 -0400 Message-ID: Subject: Re: svn commit: r348610 - in head: lib/clang/libllvm usr.bin/clang To: Kyle Evans Cc: John Baldwin , src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 7C99484830 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.940,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 05 Jun 2019 14:09:42 -0000 On Tue, 4 Jun 2019 at 21:35, Kyle Evans wrote: > > Just to confirm... the commit for llvm-symbolizer included the move > from MK_CLANG_EXTRAS to MK_CLANG in OptionalObsoleteFiles. Not the man page though, it turns out - I moved it now in r348689.