[AArch64] Install arm_neon_sve_bridge.h
authorPeter Waller <peter.waller@arm.com>
Wed, 2 Nov 2022 10:19:34 +0000 (10:19 +0000)
committerPeter Waller <peter.waller@arm.com>
Thu, 3 Nov 2022 07:55:57 +0000 (07:55 +0000)
commit8cb9e3c3ce1e7e1658921f90420b68ca16bb98fc
treedb2c9315110c9ef2777baa8cb905c401d1328160
parentfdab9f1203eea48a7b8e4c55c7ceafc54653797c
[AArch64] Install arm_neon_sve_bridge.h

arm_neon_sve_bridge.h is not generated, so the rules which ensure the
generated files get copied into the installation prefix don't apply to
this one.

Add it to the aarch64_only_files set instead, which ensures it ends up
both in the build directory and the installation directory.

Tested with build targets `clang-resource-headers` and
`install-clang-resource-headers`.

Differential Revision: https://reviews.llvm.org/D137239
clang/lib/Headers/CMakeLists.txt