Re: [Lldb-commits] [PATCH] D17402: Shuffle an #undef to avoid a warning on FreeBSD

2016-03-14 Thread Ed Maste via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL263486: Shuffle an #undef to avoid a warning on FreeBSD (authored by emaste). Changed prior to commit: http://reviews.llvm.org/D17402?vs=48364&id=50641#toc Repository: rL LLVM http://reviews.llvm.or

Re: [Lldb-commits] [PATCH] D17402: Shuffle an #undef to avoid a warning on FreeBSD

2016-03-14 Thread Chaoren Lin via lldb-commits
chaoren accepted this revision. chaoren added a comment. This revision is now accepted and ready to land. Seems legit. http://reviews.llvm.org/D17402 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/lis

[Lldb-commits] [PATCH] D17402: Shuffle an #undef to avoid a warning on FreeBSD

2016-02-18 Thread Ed Maste via lldb-commits
emaste created this revision. emaste added a subscriber: lldb-commits. Herald added a subscriber: emaste. On FreeBSD _LIBCPP_EXTERN_TEMPLATE is being defined from something included by lldb/lldb-private.h. Undefine it later to avoid the redefinition warning. http://reviews.llvm.org/D17402 Files