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 --------------------------===// //
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 --------------------------===// //
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits