Skip to content

Don't use gas-preprocessor with clang-cl for arm targets

Martin Storsjö requested to merge mstorsjo/dav1d:clangcl-no-gaspp into master

Since meson 0.58.0 (released in May 2021), meson accepts adding '.S' assembly files as source files to the clang-cl compiler.

Thus, this implicitly bumps the meson requirement for clang-cl arm builds to 0.58.0, but loses the requirement of having gas-preprocessor (and a perl installation) available.

Merge request reports