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

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 14 13:44:10 PDT 2016


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.org/D17402

Files:
  lldb/trunk/source/Core/CxaDemangle.cpp

Index: lldb/trunk/source/Core/CxaDemangle.cpp
===================================================================
--- lldb/trunk/source/Core/CxaDemangle.cpp
+++ lldb/trunk/source/Core/CxaDemangle.cpp
@@ -20,9 +20,8 @@
 #include "lldb/Host/windows/win32.h" // snprintf
 #endif
 #include "llvm/Support/Compiler.h"   // LLVM_{NOEXCEPT, CONSTEXPR, ALIGNAS}
-#undef _LIBCPP_EXTERN_TEMPLATE       // Avoid warning below
-
 #include "lldb/lldb-private.h"
+#undef _LIBCPP_EXTERN_TEMPLATE       // Avoid warning below
 
 //===-------------------------- cxa_demangle.cpp --------------------------===//
 //


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17402.50641.patch
Type: text/x-patch
Size: 597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160314/36cff198/attachment.bin>


More information about the lldb-commits mailing list