This is an archive of the discontinued LLVM Phabricator instance.

cmake no longer needs to deal with -std=c++11 checks. LLVM requires and handles this now and has the correct compiler version checks. This block of code for cmake in LLDB is no longer needed.
ClosedPublic

Authored by brucem on Jul 7 2015, 7:34 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

brucem updated this revision to Diff 29174.Jul 7 2015, 7:34 AM
brucem retitled this revision from to cmake no longer needs to deal with -std=c++11 checks. LLVM requires and handles this now and has the correct compiler version checks. This block of code for cmake in LLDB is no longer needed..
brucem updated this object.
brucem added a reviewer: labath.
brucem added a subscriber: lldb-commits.
labath accepted this revision.Jul 7 2015, 7:44 AM
labath edited edge metadata.

lgtm

Please fix the commit title when you commit this.

This revision is now accepted and ready to land.Jul 7 2015, 7:44 AM
This revision was automatically updated to reflect the committed changes.