[all-commits] [llvm/llvm-project] c4eae8: Make BLAKE3 a component library
Nico Weber via All-commits
all-commits at lists.llvm.org
Thu Mar 24 18:17:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4eae8a4ebfef5778720bf1ef0568665932f65ef
https://github.com/llvm/llvm-project/commit/c4eae8a4ebfef5778720bf1ef0568665932f65ef
Author: Nico Weber <thakis at chromium.org>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M llvm/lib/Support/BLAKE3/CMakeLists.txt
M llvm/lib/Support/CMakeLists.txt
M llvm/utils/gn/secondary/llvm/lib/Support/BLAKE3/BUILD.gn
Log Message:
-----------
Make BLAKE3 a component library
It's unusual that BLAKE3/CMakeLists.txt just defines a list of
files that it injects into its parent scope. The list should either
be defined in llvm/lib/Support/CMakeLists.txt, or
llvm/lib/Support/BLAKE3/CMakeLists.txt should define an object
library.
This does the latter. It makes llvm/lib/Support/BLAKE3/CMakeLists.txt
more self-contained.
No behavior change.
Differential Revision: https://reviews.llvm.org/D122428
More information about the All-commits
mailing list