Skip to content
Snippets Groups Projects
Commit 9267b7e5 authored by Yi Kong's avatar Yi Kong
Browse files

Update LLVM binutils to r416183c.

Also updated README.

Test: N/A
Change-Id: Ib673e419f544da33ed547bc94b50012a6abe7644
parent 16d6a304
Branches
Tags
No related merge requests found
Showing
with 21 additions and 20 deletions
......@@ -74,7 +74,7 @@ LLVM Users
* Look for "bindgenClangVersion" in [bindgen.go](https://android.googlesource.com/platform/build/soong/+/refs/heads/master/rust/bindgen.go)
* **Stage 1 compiler**
* Currently clang-bootstrap (clang-r407598 from a later build)
* Currently clang-r416183c
* Look for "clang-r" in [toolchain/llvm_android/constants.py](https://android.googlesource.com/toolchain/llvm_android/+/refs/heads/master/constants.py)
* Note the chicken & egg paradox of a self hosting bootstrapping compiler; this can only be updated AFTER a new prebuilt is checked in.
......@@ -112,6 +112,7 @@ Prebuilt Versions
* [clang-r412851](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+log/refs/heads/master/clang-r412851) - February 2021
* [clang-r416183](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+log/refs/heads/master/clang-r416183) - March 2021
* [clang-r416183b](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+log/refs/heads/master/clang-r416183b) - April 2021
* [clang-r416183c](https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+log/refs/heads/master/clang-r416183b) - June 2021
More Information
......
../clang-r416183b/bin/llvm-addr2line
\ No newline at end of file
../clang-r416183c/bin/llvm-addr2line
\ No newline at end of file
../clang-r416183b/bin/llvm-ar
\ No newline at end of file
../clang-r416183c/bin/llvm-ar
\ No newline at end of file
../clang-r416183b/bin/llvm-as
\ No newline at end of file
../clang-r416183c/bin/llvm-as
\ No newline at end of file
../clang-r416183b/bin/llvm-cov
\ No newline at end of file
../clang-r416183c/bin/llvm-cov
\ No newline at end of file
../clang-r416183b/bin/llvm-cxxfilt
\ No newline at end of file
../clang-r416183c/bin/llvm-cxxfilt
\ No newline at end of file
../clang-r416183b/bin/llvm-dis
\ No newline at end of file
../clang-r416183c/bin/llvm-dis
\ No newline at end of file
../clang-r416183b/bin/llvm-dwarfdump
\ No newline at end of file
../clang-r416183c/bin/llvm-dwarfdump
\ No newline at end of file
../clang-r416183b/bin/llvm-link
\ No newline at end of file
../clang-r416183c/bin/llvm-link
\ No newline at end of file
../clang-r416183b/bin/llvm-modextract
\ No newline at end of file
../clang-r416183c/bin/llvm-modextract
\ No newline at end of file
../clang-r416183b/bin/llvm-nm
\ No newline at end of file
../clang-r416183c/bin/llvm-nm
\ No newline at end of file
../clang-r416183b/bin/llvm-objcopy
\ No newline at end of file
../clang-r416183c/bin/llvm-objcopy
\ No newline at end of file
../clang-r416183b/bin/llvm-objdump
\ No newline at end of file
../clang-r416183c/bin/llvm-objdump
\ No newline at end of file
../clang-r416183b/bin/llvm-profdata
\ No newline at end of file
../clang-r416183c/bin/llvm-profdata
\ No newline at end of file
../clang-r416183b/bin/llvm-ranlib
\ No newline at end of file
../clang-r416183c/bin/llvm-ranlib
\ No newline at end of file
../clang-r416183b/bin/llvm-readelf
\ No newline at end of file
../clang-r416183c/bin/llvm-readelf
\ No newline at end of file
../clang-r416183b/bin/llvm-readobj
\ No newline at end of file
../clang-r416183c/bin/llvm-readobj
\ No newline at end of file
../clang-r416183b/bin/llvm-size
\ No newline at end of file
../clang-r416183c/bin/llvm-size
\ No newline at end of file
../clang-r416183b/bin/llvm-strings
\ No newline at end of file
../clang-r416183c/bin/llvm-strings
\ No newline at end of file
../clang-r416183b/bin/llvm-strip
\ No newline at end of file
../clang-r416183c/bin/llvm-strip
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment