This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Install arm_neon_sve_bridge.h
ClosedPublic

Authored by peterwaller-arm on Nov 2 2022, 3:23 AM.

Details

Summary

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.

Diff Detail

Event Timeline

peterwaller-arm created this revision.Nov 2 2022, 3:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 2 2022, 3:23 AM
peterwaller-arm requested review of this revision.Nov 2 2022, 3:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 2 2022, 3:23 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
MattDevereau accepted this revision.Nov 2 2022, 4:51 AM
This revision is now accepted and ready to land.Nov 2 2022, 4:51 AM
This revision was automatically updated to reflect the committed changes.