[PATCH] D95414: [FaultsMaps][llvm-objdump] Move FaultMapParser to Object/. Remove CodeGen dependency from llvm-objdump
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 19:33:45 PST 2021
MaskRay added a comment.
I agree that `lib/Object` is a better place.
================
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.
----------------
The license header should be `Apache-2.0 WITH LLVM-exception`
================
Comment at: llvm/lib/Object/FaultMapParser.cpp:5
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
----------------
Apache-2.0 WITH LLVM-exception
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