This is an archive of the discontinued LLVM Phabricator instance.

[AIX] Add missing code to allow compilation on AIX
ClosedPublic

Authored by Kai on Jan 23 2016, 6:46 AM.

Details

Reviewers
chandlerc
hfinkel
Summary

Adds the following code:

  • The endian macros are defined in <sys/machine.h>
  • The xBSD implementation is used for path handling

Diff Detail

Event Timeline

Kai updated this revision to Diff 45791.Jan 23 2016, 6:46 AM
Kai retitled this revision from to [AIX] Add missing code to allow compilation on AIX.
Kai updated this object.
Kai added a reviewer: chandlerc.
Kai added a subscriber: llvm-commits.

Adding you as reviewer.

chandlerc accepted this revision.Apr 6 2016, 11:15 PM
chandlerc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 6 2016, 11:15 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Obsoleted by r276045.