This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][MIPS] Add mips cores in cores_match () in ArchSpec.
ClosedPublic

Authored by slthakur on Jul 3 2015, 3:51 AM.

Details

Summary

This patch:

  • Allows mips32 cores to match with any mips32/mips64 cores.
  • Allows mips32r2 cores to match with core only up-to mips32r2/mips64r2.
  • Allows mips32r3 cores to match with core only up-to mips32r3/mips64r3.
  • Allows mips32r5 cores to match with core only up-to mips32r3/mips64r5.
  • Allows mips32r6 core to match with only mips32r6/mips64r6 or mips32/mips64.

Diff Detail

Repository
rL LLVM

Event Timeline

slthakur updated this revision to Diff 29007.Jul 3 2015, 3:51 AM
slthakur retitled this revision from to [LLDB][MIPS] Add mips cores in cores_match () in ArchSpec..
slthakur updated this object.
slthakur added reviewers: clayborg, emaste, jaydeep.
slthakur set the repository for this revision to rL LLVM.
clayborg accepted this revision.Jul 6 2015, 9:51 AM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Jul 6 2015, 9:51 AM
slthakur edited edge metadata.Jul 13 2015, 2:50 AM
slthakur added a subscriber: lldb-commits.
This revision was automatically updated to reflect the committed changes.