[all-commits] [llvm/llvm-project] cdb226: [cmake] Remove AddLLVMDefinitions
Jay Foad via All-commits
all-commits at lists.llvm.org
Tue Jan 24 00:27:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdb226433f1b9eb657b0db178f3f9b7e8a390442
https://github.com/llvm/llvm-project/commit/cdb226433f1b9eb657b0db178f3f9b7e8a390442
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
R llvm/cmake/modules/AddLLVMDefinitions.cmake
Log Message:
-----------
[cmake] Remove AddLLVMDefinitions
This has been unused since D31125.
Differential Revision: https://reviews.llvm.org/D142362
Commit: 2630093496d05a0d255b21fa6632455bd45c8720
https://github.com/llvm/llvm-project/commit/2630093496d05a0d255b21fa6632455bd45c8720
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
M llvm/CMakeLists.txt
M llvm/cmake/modules/HandleLLVMOptions.cmake
M llvm/cmake/modules/TensorFlowCompile.cmake
M llvm/lib/Support/BLAKE3/CMakeLists.txt
M llvm/lib/Support/CMakeLists.txt
M llvm/tools/llvm-config/CMakeLists.txt
Log Message:
-----------
[cmake] Stop using add_definitions
Since CMake 3.12 this has been superseded by add_compile_definitions and
other commands.
Differential Revision: https://reviews.llvm.org/D142363
Compare: https://github.com/llvm/llvm-project/compare/45ccff175b38...2630093496d0
More information about the All-commits
mailing list