Commit Graph

1 Commits

Author SHA1 Message Date
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