This is an archive of the discontinued LLVM Phabricator instance.

Fix build of lldb-gdbserver and lldb-platform for android (arm32 and x86)
ClosedPublic

Authored by tberghammer on Feb 5 2015, 5:55 AM.

Details

Summary

Fix build of lldb-gdbserver and lldb-platform for android (arm32 and x86)

  • Fix cmake script for android x86
  • Reorder includes to avoid collision between system macros and local variables in clang framework

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer updated this revision to Diff 19402.Feb 5 2015, 5:55 AM
tberghammer retitled this revision from to Fix build of lldb-gdbserver and lldb-platform for android (arm32 and x86).
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added reviewers: vharron, chaoren, clayborg.
tberghammer added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.Feb 5 2015, 9:53 AM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Feb 5 2015, 9:53 AM
This revision was automatically updated to reflect the committed changes.