File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -148,3 +148,12 @@ The same build directory can be used for both native and MinGW toolchains.
148148
149149See [ patches] ( https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/tree/main/patches )
150150directory for the current set of differences from upstream.
151+
152+ The patches for llvm-project are split between two folders, llvm-project and
153+ llvm-project-perf. The former are generally required for building and
154+ successfully running all tests. The patches in llvm-project-perf are optional,
155+ and designed to improve performance in certain circumstances.
156+
157+ To reduce divergence from upstream and potential patch conflicts, the
158+ performance patches are not applied by default, but can be enabled for an
159+ automatic checkout with the APPLY_LLVM_PERFORMANCE_PATCHES option.
You can’t perform that action at this time.
0 commit comments