[Lldb-commits] [PATCH] D128465: [llvm] cmake config groundwork to have ZSTD in LLVM
Petr Hosek via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 7 14:51:14 PDT 2022
phosek added inline comments.
================
Comment at: llvm/cmake/modules/FindZSTD.cmake:1
+# Copyright (c) Meta Platforms, Inc. and affiliates.
+#
----------------
MaskRay wrote:
> How did you derive this?
>
> The file seems contributed by you (I don't think facebook/zstd has such a file). It should not have a Meta Platforms, Inc notice.
We usually don't include the copyright header in `.cmake` files at all.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128465/new/
https://reviews.llvm.org/D128465
More information about the lldb-commits
mailing list