Commit 30bb158
authored
Simplify Win LLVM path under
As a preparation to support Windows ARM64 build hosts (#1296), with this
commit Windows LLVM archives are extracted as
third_party/llvm/bin/...
third_party/llvm/lib/...
third_party/llvm/include/...
rather than
third_party/llvm/clang+llvm-20.1.1-x86_64-pc-windows-msvc/bin/...
third_party/llvm/clang+llvm-20.1.1-x86_64-pc-windows-msvc/lib/...
third_party/llvm/clang+llvm-20.1.1-x86_64-pc-windows-msvc/include/...
This simplification will allow src/bazel/bazel_wrapper/bazel.bat to use
the same BAZEL_LLVM environment variable even after we start using a
different LLVM archive only on Windows ARM64 hosts.
This is just a code refactoring and should not change any behavior in
the final artifacts.
PiperOrigin-RevId: 816143880src/third_party (#1366)1 parent 915f345 commit 30bb158
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| 297 | + | |
297 | 298 | | |
298 | | - | |
| 299 | + | |
299 | 300 | | |
300 | | - | |
301 | | - | |
| 301 | + | |
| 302 | + | |
302 | 303 | | |
303 | 304 | | |
304 | 305 | | |
| |||
0 commit comments