[Lldb-commits] [PATCH] D32719: Don't attempt to use mpx registers on unsupported platforms

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 2 02:10:40 PDT 2017


labath added a comment.

Couldn't we just update the cpp file to do

  #ifndef PR_MPX_ENABLE_MANAGEMENT
  return -1;
  #endif

?


https://reviews.llvm.org/D32719





More information about the lldb-commits mailing list