Skip to content

Releases: abyss7/dist-clang

Implement sharding and coordinator

16 Mar 15:01
Compare
Choose a tag to compare
Stop using std::hash for sharding (#99)

To make sure different configurations make sharding in the same way
stop using std::hash.

Update LLVM

17 Oct 10:03
Compare
Choose a tag to compare
836.0

Run strip --strip-unneeded on build/llvm/linux/*.a (#81)

829.0: Fix racey ProcessTest. (#69)

01 Aug 10:04
Compare
Choose a tag to compare
* Fix racey ProcessTest.

The signal may have been delivered to tested sh process after
a syscall to exit(0), so the tests may have been flaky.

* Added a FIXME for ProcessTest.Process*

791.5

18 Nov 10:20
Compare
Choose a tag to compare
791.5 Pre-release
Pre-release
Append non-direct arguments before non-cached.

766.10

25 Jan 07:22
Compare
Choose a tag to compare
Fix command tests on Mac.

766.3: Try to preallocate non-contiguous space also on Mac.

03 Nov 14:12
Compare
Choose a tag to compare
Otherwise we can get "No space left on device" error.

728.0

17 Sep 05:36
Compare
Choose a tag to compare
Fix typo in RPM spec.

727.0

22 Aug 16:43
Compare
Choose a tag to compare
Make some file cache checks less strict.