Browse Source

autoupdate docs by xmake-repo/ci

ruki 2 years ago
parent
commit
eb2b3cb27a

+ 0 - 33
mirror/packages/android.html

@@ -5491,39 +5491,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llhttp")
 </code></pre>
-<h3 id="llvmandroid">llvm (android)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>The LLVM Compiler Infrastructure</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://llvm.org/">https://llvm.org/</a></td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>11.0.0, 14.0.0</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
-</tr>
-<tr>
-<td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm/xmake.lua">llvm/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] llvm
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("llvm")
-</code></pre>
 <h3 id="llvmmingwandroid">llvm-mingw (android)</h3>
 <table>
 <thead>

+ 0 - 33
mirror/packages/cross.html

@@ -4343,39 +4343,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llhttp")
 </code></pre>
-<h3 id="llvmcross">llvm (cross)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>The LLVM Compiler Infrastructure</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://llvm.org/">https://llvm.org/</a></td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>11.0.0, 14.0.0</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
-</tr>
-<tr>
-<td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm/xmake.lua">llvm/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] llvm
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("llvm")
-</code></pre>
 <h3 id="llvmmingwcross">llvm-mingw (cross)</h3>
 <table>
 <thead>

+ 0 - 33
mirror/packages/iphoneos.html

@@ -4956,39 +4956,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llhttp")
 </code></pre>
-<h3 id="llvmiphoneos">llvm (iphoneos)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>The LLVM Compiler Infrastructure</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://llvm.org/">https://llvm.org/</a></td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>11.0.0, 14.0.0</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>arm64, x86_64</td>
-</tr>
-<tr>
-<td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm/xmake.lua">llvm/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p iphoneos llvm
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("llvm")
-</code></pre>
 <h3 id="llvmmingwiphoneos">llvm-mingw (iphoneos)</h3>
 <table>
 <thead>

+ 0 - 33
mirror/packages/mingw.html

@@ -6133,39 +6133,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llhttp")
 </code></pre>
-<h3 id="llvmmingw">llvm (mingw)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>The LLVM Compiler Infrastructure</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://llvm.org/">https://llvm.org/</a></td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>11.0.0, 14.0.0</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>arm, arm64, i386, x86_64</td>
-</tr>
-<tr>
-<td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm/xmake.lua">llvm/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] llvm
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("llvm")
-</code></pre>
 <h3 id="llvmmingwmingw">llvm-mingw (mingw)</h3>
 <table>
 <thead>

+ 0 - 33
mirror/packages/wasm.html

@@ -4001,39 +4001,6 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("llhttp")
 </code></pre>
-<h3 id="llvmwasm">llvm (wasm)</h3>
-<table>
-<thead>
-<tr>
-<th>Description</th>
-<th><em>The LLVM Compiler Infrastructure</em></th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>Homepage</td>
-<td><a href="https://llvm.org/">https://llvm.org/</a></td>
-</tr>
-<tr>
-<td>Versions</td>
-<td>11.0.0, 14.0.0</td>
-</tr>
-<tr>
-<td>Architectures</td>
-<td>wasm32</td>
-</tr>
-<tr>
-<td>Definition</td>
-<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm/xmake.lua">llvm/xmake.lua</a></td>
-</tr>
-</tbody>
-</table>
-<h5 id="installcommand">Install command</h5>
-<pre><code class="lang-console">xrepo install -p wasm llvm
-</code></pre>
-<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
-<pre><code class="lang-lua">add_requires("llvm")
-</code></pre>
 <h3 id="llvmmingwwasm">llvm-mingw (wasm)</h3>
 <table>
 <thead>

+ 0 - 23
packages/android.md

@@ -3625,29 +3625,6 @@ add_requires("llhttp")
 ```
 
 
-### llvm (android)
-
-
-| Description | *The LLVM Compiler Infrastructure* |
-| -- | -- |
-| Homepage | [https://llvm.org/](https://llvm.org/) |
-| Versions | 11.0.0, 14.0.0 |
-| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
-| Definition | [llvm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p android [--ndk=/xxx] llvm
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("llvm")
-```
-
-
 ### llvm-mingw (android)
 
 

+ 0 - 23
packages/cross.md

@@ -2866,29 +2866,6 @@ add_requires("llhttp")
 ```
 
 
-### llvm (cross)
-
-
-| Description | *The LLVM Compiler Infrastructure* |
-| -- | -- |
-| Homepage | [https://llvm.org/](https://llvm.org/) |
-| Versions | 11.0.0, 14.0.0 |
-| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
-| Definition | [llvm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p cross [--sdk=/xxx] llvm
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("llvm")
-```
-
-
 ### llvm-mingw (cross)
 
 

+ 0 - 23
packages/iphoneos.md

@@ -3270,29 +3270,6 @@ add_requires("llhttp")
 ```
 
 
-### llvm (iphoneos)
-
-
-| Description | *The LLVM Compiler Infrastructure* |
-| -- | -- |
-| Homepage | [https://llvm.org/](https://llvm.org/) |
-| Versions | 11.0.0, 14.0.0 |
-| Architectures | arm64, x86_64 |
-| Definition | [llvm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p iphoneos llvm
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("llvm")
-```
-
-
 ### llvm-mingw (iphoneos)
 
 

+ 0 - 23
packages/mingw.md

@@ -4051,29 +4051,6 @@ add_requires("llhttp")
 ```
 
 
-### llvm (mingw)
-
-
-| Description | *The LLVM Compiler Infrastructure* |
-| -- | -- |
-| Homepage | [https://llvm.org/](https://llvm.org/) |
-| Versions | 11.0.0, 14.0.0 |
-| Architectures | arm, arm64, i386, x86_64 |
-| Definition | [llvm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p mingw [--mingw=/xxx] llvm
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("llvm")
-```
-
-
 ### llvm-mingw (mingw)
 
 

+ 0 - 23
packages/wasm.md

@@ -2633,29 +2633,6 @@ add_requires("llhttp")
 ```
 
 
-### llvm (wasm)
-
-
-| Description | *The LLVM Compiler Infrastructure* |
-| -- | -- |
-| Homepage | [https://llvm.org/](https://llvm.org/) |
-| Versions | 11.0.0, 14.0.0 |
-| Architectures | wasm32 |
-| Definition | [llvm/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/llvm/xmake.lua) |
-
-##### Install command
-
-```console
-xrepo install -p wasm llvm
-```
-
-##### Integration in the project (xmake.lua)
-
-```lua
-add_requires("llvm")
-```
-
-
 ### llvm-mingw (wasm)
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2023-02-10T14:53:52+08:00</lastmod>
+  <lastmod>2023-02-10T16:33:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2023-02-10T14:53:55+08:00</lastmod>
+  <lastmod>2023-02-10T16:33:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2023-02-10T14:53:56+08:00</lastmod>
+  <lastmod>2023-02-10T16:33:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2023-02-10T14:53:56+08:00</lastmod>
+  <lastmod>2023-02-10T16:33:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2023-02-10T14:53:56+08:00</lastmod>
+  <lastmod>2023-02-10T16:33:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2023-02-10T14:53:57+08:00</lastmod>
+  <lastmod>2023-02-10T16:33:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2023-02-10T14:53:57+08:00</lastmod>
+  <lastmod>2023-02-10T16:33:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2023-02-10T14:53:58+08:00</lastmod>
+  <lastmod>2023-02-10T16:33:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2023-02-10T14:53:58+08:00</lastmod>
+  <lastmod>2023-02-10T16:33:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2023-02-10T14:53:58+08:00</lastmod>
+  <lastmod>2023-02-10T16:33:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2023-02-10T14:53:59+08:00</lastmod>
+  <lastmod>2023-02-10T16:33:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2023-02-10T14:53:59+08:00</lastmod>
+  <lastmod>2023-02-10T16:33:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2023-02-10T14:54:00+08:00</lastmod>
+  <lastmod>2023-02-10T16:33:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2023-02-10T14:54:00+08:00</lastmod>
+  <lastmod>2023-02-10T16:33:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2023-02-10T14:54:00+08:00</lastmod>
+  <lastmod>2023-02-10T16:33:47+08:00</lastmod>
 </url>
 
 </urlset>