Commits

Erik Eckstein committed 62597ea58f1
build_script: Add an option to build the swift libraries multiple times to check if incremental compilation works. A script checks if the output object file is written only once even if the compiler is invoked multiple times. The main purpose of this check is to ensure that the compiler is deterministic (until IRGen).