Commit Graph

4 Commits

Author SHA1 Message Date
Alexander Cyon
4a2942bb4e Fix typos in: cmake, tools, utils, unittests, validation-test
Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>
2024-07-12 02:34:00 +03:00
Rick van Voorden
f8ae46b3f3 [inclusive-language] changed sanity to soundness 2024-01-25 18:18:02 -08:00
tokizuoh
5ff98088e4 Remove unnecessary import sentence 2021-10-16 16:47:57 +09: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