[PATCH] D142363: [cmake] Stop using add_definitions

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 07:09:26 PST 2023


foad created this revision.
foad added reviewers: sepavloff, beanz, mgorny, barannikov88.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
foad requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Since CMake 3.12 this has been superseded by add_compile_definitions and
other commands.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142363

Files:
  llvm/CMakeLists.txt
  llvm/cmake/modules/HandleLLVMOptions.cmake
  llvm/cmake/modules/TensorFlowCompile.cmake
  llvm/lib/Support/BLAKE3/CMakeLists.txt
  llvm/lib/Support/CMakeLists.txt
  llvm/tools/llvm-config/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142363.491361.patch
Type: text/x-patch
Size: 9236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230123/00b43a63/attachment.bin>


More information about the llvm-commits mailing list