From owner-freebsd-current@freebsd.org Thu Jun 21 13:55:05 2018 Return-Path: Delivered-To: freebsd-current@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 F29DC101F91E; Thu, 21 Jun 2018 13:55:04 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x230.google.com (mail-io0-x230.google.com [IPv6:2607:f8b0:4001:c06::230]) (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 7D8987D6D1; Thu, 21 Jun 2018 13:55:04 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x230.google.com with SMTP id q4-v6so3072370iob.2; Thu, 21 Jun 2018 06:55:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=0tRgq1Yt6ScP8eiIfA0mBAfL+s8xNtise6VyWlsYSqI=; b=IC1oV3aRQQn/AoWmPbQRfyZxn8T7BXI6IlGPZlDiT0crzRXDdLI32oshkvTvpL4tz2 f2ohNGzou4nFDad4cNPbXOhBQxx0n3R4FSytct9DPbBbQQSPOsAGIjS5/IYHSj/iOgfq s+kn/uZCEfUuYLnU87J4imrQDM+WUBSPYMfWRkVC2mOjXHnXm9wOFs9ktV8BljoLThjq tmq3wR6rNBkXgmuzHpMr3R13MA7lTitLBO4DtivjvwLTRIsUWvlKQTZ5QfHOItzQpzN+ iaTn1oqbAp+zbFIgY9fuWrbHy9X6pVyZ9j52k3ycOnG/8IviPVLUpMIdq0Vs9KCHmYZk NQGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=0tRgq1Yt6ScP8eiIfA0mBAfL+s8xNtise6VyWlsYSqI=; b=bGtmMoREg9t8MX/1HTdTQde17DwxN4yIZMOqdz7zAWqQ809NtF9XNas4hwxa1tYO/z vt/HaUJKddpK4x0R4YmmAEhrKzr97XsxhanmmkolZP2FmS7ZB6Tp+mAK2AroE7Yefmkp W2QKMPz310To9GWxdkSCNNBfhzLTn7Cg2sm+qXEgz7qZ4mmrA2u0onj3T/ggDGPXy0J4 bQ6XkzSZMrXT8rEW2V5aLhlEkc5AcUKMSmEr9NJ+TywVlXKKLHizmHyeN7YTxTYA8YHF mTtxk/SerJEmqUazKmQxbuPnuXL2C1rNBMjhz9wZarTw7KXEIC/AOCZcuWOeK1TL1g6J cTVg== X-Gm-Message-State: APt69E3U28O5bQ1kXZzZDmTglTDaj/txoHaydIC4kpLYOpFwUGXm7a+E Xyt1xlZ98IQdek87NEI0iHRhz1RIYD2OGJB0aBOBvOmw X-Google-Smtp-Source: ADUXVKJ2a2mHinMuZ06ZQPRUz3V/A3YGb9X08mRAuVaetadbQXeTflXxilwyInqROZ7c8c6uDWRGK3ViIAHOW+OMlPM= X-Received: by 2002:a6b:2cd:: with SMTP id 196-v6mr20210468ioc.294.1529589303656; Thu, 21 Jun 2018 06:55:03 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 2002:a6b:c6c6:0:0:0:0:0 with HTTP; Thu, 21 Jun 2018 06:54:43 -0700 (PDT) In-Reply-To: References: <20180620155022.GA92001@spindle.one-eyed-alien.net> From: Ed Maste Date: Thu, 21 Jun 2018 09:54:43 -0400 X-Google-Sender-Auth: HNGKc9S9fjSuMjuaKaJdNxq4sYQ Message-ID: Subject: Re: Tool Chain Migration: objdump users, please test llvm-objdump To: Alexander Richardson Cc: FreeBSD Current , "freebsd-toolchain@FreeBSD.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 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: Thu, 21 Jun 2018 13:55:05 -0000 On 21 June 2018 at 09:09, Ed Maste wrote: > > We'll also need a man page. I took a quick look at this, and in doing so found that the output from "llvm-objdump --help" appears to be missing a large number of single-letter options, so one more thing to sort out. As it happens there are LLVM bugs open for a number of the llvm-objdump issues (even including some I submitted but forgot about): https://bugs.llvm.org/buglist.cgi?component=llvm-objdump&list_id=140941&product=tools&query_format=advanced&resolution=---