This is an archive of the discontinued LLVM Phabricator instance.

[obsequi] Replace non-standard u_intX_t types with the uintX_t ones from stdint.h.
ClosedPublic

Authored by vkalintiris on Oct 21 2015, 5:31 AM.

Details

Summary

Additionally, allow the compiler to choose the default C++ ABI library
for MIPS targets, instead of forcing the usage of libsupc++.

Diff Detail

Repository
rL LLVM

Event Timeline

vkalintiris retitled this revision from to [obsequi] Replace non-standard u_intX_t types with the uintX_t ones from stdint.h..
vkalintiris updated this object.
vkalintiris added a subscriber: llvm-commits.
dsanders accepted this revision.Nov 10 2015, 8:03 AM
dsanders added a reviewer: dsanders.
dsanders added a subscriber: dsanders.

LGTM

This revision is now accepted and ready to land.Nov 10 2015, 8:03 AM
This revision was automatically updated to reflect the committed changes.