commit | 09f1fa7ab492f3b979125e50442b9d3e49190437 | [log] [tgz] |
---|---|---|
author | Petr Hosek <phosek@google.com> | Fri May 26 22:11:24 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jun 01 07:52:19 2023 -0700 |
tree | 5855a6e3f1116419ea71549ba4c5b13e32305860 | |
parent | 727acdfc4860f31d4a1007af2e61997335d1d7a7 [diff] |
[BOLT][CMake] Redo the build and install targets The existing BOLT install targets are broken on Windows becase they don't properly handle the output extension. We cannot use the existing LLVM macros since those make assumptions that don't hold for BOLT. This change instead implements custom macros following the approach used by Clang and LLD. Differential Revision: https://reviews.llvm.org/D151595 GitOrigin-RevId: f3269a94e729b02e9d7c07257c45b098506cca22