aboutsummaryrefslogtreecommitdiff
path: root/ports/llvm/CONTROL
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2020-11-12 17:31:34 -0800
committerGitHub <noreply@github.com>2020-11-12 17:31:34 -0800
commitd9b179fd46fc93a2f893b98eefac17a1985f423d (patch)
tree8b4b39c6267bbb66a62b0cadd16448cd3e19f86b /ports/llvm/CONTROL
parent05170a1f609f8e4fdf1b771f960943773e110e50 (diff)
downloadvcpkg-d9b179fd46fc93a2f893b98eefac17a1985f423d.tar.gz
vcpkg-d9b179fd46fc93a2f893b98eefac17a1985f423d.zip
[llvm] install tools in tools/llvm (#14399)
* [llvm] install tools in tools/llvm * remove the giant commented out block of code * update port-version * hopefully fix the port? There are still some issues, namely that the python scripts and DLLs that are copied into `tools/llvm` are not considered to be "installed by llvm", and thus are not removed when llvm is removed * format! * apparently REGEX REPLACE fails if a thing doesn't match * fix LLVM_REMOVE_EXTENSION_REGEX on windows * actually read the cmake regex docs... * fix the name of the variable * turns out CMAKE_MATCH_1 is the one I want * need to update VERSION for new policy * stop removing debug/bin * fix faulty merge
Diffstat (limited to 'ports/llvm/CONTROL')
-rw-r--r--ports/llvm/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/llvm/CONTROL b/ports/llvm/CONTROL
index 28de43699..c6d652701 100644
--- a/ports/llvm/CONTROL
+++ b/ports/llvm/CONTROL
@@ -1,6 +1,6 @@
Source: llvm
Version: 10.0.0
-Port-Version: 6
+Port-Version: 7
Homepage: https://llvm.org/
Description: The LLVM Compiler Infrastructure
Supports: !uwp