-
- Downloads
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
Showing
- llvm/lib/Support/BLAKE3/CMakeLists.txt 25 additions, 20 deletionsllvm/lib/Support/BLAKE3/CMakeLists.txt
- llvm/lib/Support/CMakeLists.txt 1 addition, 8 deletionsllvm/lib/Support/CMakeLists.txt
- llvm/utils/gn/secondary/llvm/lib/Support/BLAKE3/BUILD.gn 14 additions, 13 deletionsllvm/utils/gn/secondary/llvm/lib/Support/BLAKE3/BUILD.gn
Loading
Please register or sign in to comment