This is an archive of the discontinued LLVM Phabricator instance.

[gn build] Add build files for llvm/lib/Target/AArch64 + tests
ClosedPublic

Authored by thakis on Jan 6 2019, 11:34 AM.

Details

Summary

The AArch64 target itself is similar to the X86 target added in https://reviews.llvm.org/rL348903.
The llvm-exegesis AArch64 bits are similar to the X86 bits in http://reviews.llvm.org/rL350184.
The llvm-exegesis unittests AArch64 bits are similar to the X86 bits in https://reviews.llvm.org/rL350413

llvm/unittests/Target/AArch64 doesn't have an equivalent since the X86 Target only has lit tests, no unittests.

Diff Detail

Repository
rL LLVM

Event Timeline

thakis created this revision.Jan 6 2019, 11:34 AM
phosek accepted this revision.Jan 6 2019, 5:21 PM

LGTM

This revision is now accepted and ready to land.Jan 6 2019, 5:21 PM
This revision was automatically updated to reflect the committed changes.