mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
4a2bc18713
* [llvm] update to v14.0.0 * [llvm] BOLT sub-project support * [llvm] fix tools install paths * [halide] update to v14.0.0 * update versions * [vcpkg-get-python-packages] fix "LOGNAME should be specified" warning * [mesa] update to v22.0.1 * update versions * update versions * update version * [mesa] update to 22.0.2 * update version * [mesa] update patches * update version * [llvm] update to v14.0.3 * update version * [llvm] remove depricated feature * [llvm] allow to build OpenMP on Windows and remove incomplete cross-compile support * update version * [llvm] use vcpkg_cmake_get_vars * [llvm/openmp] install CMake file in share/openmp * [llvm] add vcpkg-cmake-get-vars dependency and slip post build check if OpenMP is enabled * update version
23 lines
795 B
Diff
23 lines
795 B
Diff
bolt/tools/driver/CMakeLists.txt | 8 --------
|
|
1 file changed, 8 deletions(-)
|
|
|
|
diff --git a/bolt/tools/driver/CMakeLists.txt b/bolt/tools/driver/CMakeLists.txt
|
|
index d50781615663..df06604c724c 100644
|
|
--- a/bolt/tools/driver/CMakeLists.txt
|
|
+++ b/bolt/tools/driver/CMakeLists.txt
|
|
@@ -33,14 +33,6 @@ set(BOLT_DEPENDS
|
|
)
|
|
|
|
add_custom_target(bolt DEPENDS ${BOLT_DEPENDS})
|
|
-install(PROGRAMS
|
|
- ${CMAKE_BINARY_DIR}/bin/llvm-bolt
|
|
- ${CMAKE_BINARY_DIR}/bin/perf2bolt
|
|
- ${CMAKE_BINARY_DIR}/bin/llvm-boltdiff
|
|
- ${CMAKE_BINARY_DIR}/bin/llvm-bolt-heatmap
|
|
- DESTINATION ${CMAKE_INSTALL_BINDIR}
|
|
- COMPONENT bolt
|
|
- )
|
|
add_llvm_install_targets(install-bolt DEPENDS bolt COMPONENT bolt)
|
|
set_target_properties(bolt PROPERTIES FOLDER "BOLT")
|
|
set_target_properties(install-bolt PROPERTIES FOLDER "BOLT")
|