This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by thakis on Jan 6 2019, 4:44 PM.

Details

Summary

The ARM target itself is similar to the X86 target added in https://reviews.llvm.org/rL348903.
The llvm-exegesis unittests ARM bits are similar to the X86 bits in https://reviews.llvm.org/rL350413.
Both are similar to the corresponding bits in the AArch64 patch D56364 too.

After this patch, everything in my local GN branch is upstreamed to LLVM.

Diff Detail

Repository
rL LLVM

Event Timeline

thakis created this revision.Jan 6 2019, 4:44 PM
phosek accepted this revision.Jan 6 2019, 5:23 PM

LGTM

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