This is an archive of the discontinued LLVM Phabricator instance.

[bpf] add big- and host- endian support
ClosedPublic

Authored by ast on Jun 1 2015, 8:07 PM.

Details

Summary

-march=bpf -> host endian
-march=bpf_le -> little endian
-match=bpf_be -> big endian

Diff Detail

Repository
rL LLVM

Event Timeline

ast updated this revision to Diff 26951.Jun 1 2015, 8:07 PM
ast retitled this revision from to [bpf] add big- and host- endian support.
ast updated this object.
ast edited the test plan for this revision. (Show Details)
ast added reviewers: chandlerc, tstellarAMD.
ast set the repository for this revision to rL LLVM.
ast added a subscriber: Unknown Object (MLST).
ast updated this revision to Diff 27138.Jun 4 2015, 12:00 PM
ast edited the test plan for this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.