Commit Graph

2 Commits

Author SHA1 Message Date
Eric Miotto
102d6387d9 [build] Don't execute dsymutil in parallel (#33654)
`dsymutil` is already multithreaded and can be memory intensive --
execute it one at a time.

Addresses rdar://63892559
2020-08-27 10:25:51 -07:00
Argyrios Kyrtzidis
363da6162f [utils] Add a utility script for building only the syntax parser library as fast as possible
To achieve this the script does a single unified CMake configuration for
llvm/clang/swift and builds only the parser library target.
This mechanism is fundamentally different from build-script, which builds llvm/clang
in a separate build directory than swift.

Even though this bypasses build-script, it does share some underlying helper
utilities from the python infrastructure.

This utility also provides capability to gather profile data and build the parser
library with PGO optimization enabled.
2019-02-22 14:02:27 -08:00