This is an archive of the discontinued LLVM Phabricator instance.

Add LLDB_API to SBAddress's operator==
ClosedPublic

Authored by aleksandr.urakov on Jul 6 2018, 12:12 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

aleksandr.urakov retitled this revision from Add LLDB_API to SBAddress's operator= to Add LLDB_API to SBAddress's operator==.
aleksandr.urakov edited the summary of this revision. (Show Details)

Add LLDB_API to SBAddress's operator== to fix lldb-mi build on Windows.

This revision is now accepted and ready to land.Jul 6 2018, 10:03 AM

Unfortunately, I don't have an opportunity to check this out on windows, but if this works, I'll be glad that someone found out how to fix compilation failure on windows.

Thank you!

It builds well on Windows with this patch for me.

Can you commit this, please? I have no commit access.

This revision was automatically updated to reflect the committed changes.