blob: 19c44470619efd92fd696f6d6b823f99fd18c7a5 [file] [view]
---
name: update-pregenerated-files
description: How to regenerate/update pre-generated files (e.g., perlasm, build files) in BoringSSL.
---
# Regenerating Pre-generated Files
BoringSSL checks in a number of pre-generated build artifacts. If you modify any inputs to these files, they must be regenerated.
To regenerate these files, refer to the following documentation:
* [gen/README.md](../../../gen/README.md) - Instructions on how to run the pregenerate tool, check if files are up-to-date, and filter the generation.
* [BUILDING.md](../../../BUILDING.md) (specifically the "Pre-generated Files" section) - Information on required dependencies (Go, Perl, Clang) and platform-specific setup.