You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will build all of the dependencies listed in `dependencies.txt`_and_ LLVM 14 and install into a local directory named `vcpkg-llvm-15-install`.
52
+
will build all of the dependencies listed in `dependencies.txt`_and_ LLVM 15 and install into a local directory named `vcpkg-llvm-15-install`.
53
53
54
54
Furthermore, you are able to install additional dependencies into an existing exported directory created by this script by setting the `--export-dir <path>` to the same path:
55
55
@@ -163,4 +163,4 @@ This command will do similar things as the above command, except it will `remove
163
163
164
164
This repo is under the Apache-2.0 LICENSE, unless where specified. See below.
165
165
166
-
The LLVM version port directories (ports/llvm-{14,15}) were initially copied from the upstream [vcpkg](https://github.com/microsoft/vcpkg) repo as a starting point. Eventually, we plan to submit the relevant patches for upstream when we have thoroughly tested these changes. More info can be found in the respective `LICENSE` and `NOTICE` files in those directories.
166
+
The LLVM version port directories (ports/llvm-{15,16}) were initially copied from the upstream [vcpkg](https://github.com/microsoft/vcpkg) repo as a starting point. Eventually, we plan to submit the relevant patches for upstream when we have thoroughly tested these changes. More info can be found in the respective `LICENSE` and `NOTICE` files in those directories.
0 commit comments