This is an archive of the discontinued LLVM Phabricator instance.

[Bazel] Added missing targets to LLVM bazel rules.
ClosedPublic

Authored by izuk on Jul 27 2021, 3:35 PM.

Details

Summary

Added the following targets to the LLVM Bazel overlay:

AVR
Mips
MPS430
SystemZ
XCore

Diff Detail

Event Timeline

izuk created this revision.Jul 27 2021, 3:35 PM
izuk requested review of this revision.Jul 27 2021, 3:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2021, 3:35 PM
GMNGeoffrey accepted this revision.Jul 27 2021, 3:53 PM
GMNGeoffrey added inline comments.
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
1510–1730

These are missing "lib/Target/Foo" prefixes for the filenames. With the addition of the suggested change, I've confirmed that the Bazel build passes (still working on a proper pre-merge check)

This revision is now accepted and ready to land.Jul 27 2021, 3:53 PM
izuk updated this revision to Diff 362213.Jul 27 2021, 4:00 PM

Fixed missing lib/Target/Foo prefixes.

This revision was landed with ongoing or failed builds.Jul 28 2021, 1:32 PM
This revision was automatically updated to reflect the committed changes.