llvmbuild/main.py: Let LibraryDependencies.inc deterministic.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 20 Dec 2012 10:35:18 +0000 (10:35 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 20 Dec 2012 10:35:18 +0000 (10:35 +0000)
commitda5cd6a180f8174685aaa3fc0b92e171ec032f4c
tree32665fdbc29586e090dafd43c1336b9e172d8b43
parent00f8102758316cf754668b98c748c2a349f37966
llvmbuild/main.py: Let LibraryDependencies.inc deterministic.

FYI, llvm and clang can be built deterministically between stage 2 and stage3, among iterative clean rebuilds, with GNU ar;

configure --disable-timestamps
make AR.Flags=crsD RANLIB=echo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170682 91177308-0d34-0410-b5e6-96231b3b80d8
utils/llvm-build/llvmbuild/main.py