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
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
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