[llvm] r374411 - Remove strings.h include to fix GSYM Windows build
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 11:17:24 PDT 2019
Author: rnk
Date: Thu Oct 10 11:17:24 2019
New Revision: 374411
URL: http://llvm.org/viewvc/llvm-project?rev=374411&view=rev
Log:
Remove strings.h include to fix GSYM Windows build
Fifth time's the charm.
Modified:
llvm/trunk/lib/DebugInfo/GSYM/GsymCreator.cpp
Modified: llvm/trunk/lib/DebugInfo/GSYM/GsymCreator.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/GSYM/GsymCreator.cpp?rev=374411&r1=374410&r2=374411&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/GSYM/GsymCreator.cpp (original)
+++ llvm/trunk/lib/DebugInfo/GSYM/GsymCreator.cpp Thu Oct 10 11:17:24 2019
@@ -14,7 +14,6 @@
#include <algorithm>
#include <cassert>
-#include <strings.h>
using namespace llvm;
using namespace gsym;
More information about the llvm-commits
mailing list