[PATCH] D95414: [FaultsMaps][llvm-objdump] Move FaultMapParser to Object/. Remove CodeGen dependency from llvm-objdump

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 19:34:45 PST 2021


craig.topper added inline comments.


================
Comment at: llvm/include/llvm/Object/FaultMapParser.h:5
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
----------------
MaskRay wrote:
> The license header should be `Apache-2.0 WITH LLVM-exception`
Doh! I started from reverting the original revert and forgot that the headers would be old. Thanks.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95414/new/

https://reviews.llvm.org/D95414



More information about the llvm-commits mailing list