[PATCH] D121012: [BOLT][CMAKE] Remove CMake 3.13.4 incompatible parameter

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 7 18:42:07 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG018ad03efae2: [BOLT][CMAKE] Remove CMake 3.13.4 incompatible parameter (authored by Amir).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121012/new/

https://reviews.llvm.org/D121012

Files:
  bolt/tools/driver/CMakeLists.txt


Index: bolt/tools/driver/CMakeLists.txt
===================================================================
--- bolt/tools/driver/CMakeLists.txt
+++ bolt/tools/driver/CMakeLists.txt
@@ -35,7 +35,7 @@
   ${CMAKE_BINARY_DIR}/bin/llvm-bolt
   ${CMAKE_BINARY_DIR}/bin/perf2bolt
   ${CMAKE_BINARY_DIR}/bin/llvm-boltdiff
-  TYPE BIN
+  DESTINATION ${CMAKE_INSTALL_BINDIR}
   COMPONENT bolt
   )
 add_llvm_install_targets(install-bolt DEPENDS bolt COMPONENT bolt)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121012.413677.patch
Type: text/x-patch
Size: 457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220308/9f6d1b03/attachment.bin>


More information about the llvm-commits mailing list