This is an archive of the discontinued LLVM Phabricator instance.

[Triple] Add test for if triple is RISC-V
ClosedPublic

Authored by simoncook on Nov 7 2018, 10:25 AM.

Details

Summary

This is added as a helper/dependency for D54214, and I imagine other places will want to test for both RISC-V Triple architectures

Diff Detail

Repository
rL LLVM

Event Timeline

simoncook created this revision.Nov 7 2018, 10:25 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jul 8 2019, 7:53 AM
Closed by commit rL365327: [Triple] Add isRISCV function (authored by asb). · Explain Why
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2019, 7:53 AM
Herald added a subscriber: lenary. · View Herald Transcript
asb added a comment.Jul 8 2019, 7:58 AM

Thanks, added a test and applied.