search for: 15f234da3e9a7f2a50173c1c95a6436e

Displaying 1 result from an estimated 1 matches for "15f234da3e9a7f2a50173c1c95a6436e".

2020 Apr 15
3
Introduce release tag into compiler-rt repo
...10.0.0.src.tar.xz”, is there anyway to figure out where does this tarball come from , and which was the corresponding COMMIT in the compiler-rt’s git repo? Another example: It seems we use different compiler-rt between LLVM 9.0.1 Release and LLVM 9.0.1-rc1 Release, ``` # md5sum and tarball name 15f234da3e9a7f2a50173c1c95a6436e compiler-rt-9.0.1rc1.src.tar.xz 1b39b9b90007a2170ebe77d6214ec581 compiler-rt-9.0.1.src.tar.xz ``` Does these tarball all from branch release_90(there are also branch release_80, release_70, etc)? If so, which commit was picked by the different llvm release? Thanks, Hu Keping -------------- n...