[llvm] r374398 - Unbreak llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast buildbot.

Greg Clayton via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 10:52:34 PDT 2019


Author: gclayton
Date: Thu Oct 10 10:52:33 2019
New Revision: 374398

URL: http://llvm.org/viewvc/llvm-project?rev=374398&view=rev
Log:
Unbreak  llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast buildbot.


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=374398&r1=374397&r2=374398&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/GSYM/GsymCreator.cpp (original)
+++ llvm/trunk/lib/DebugInfo/GSYM/GsymCreator.cpp Thu Oct 10 10:52:33 2019
@@ -14,7 +14,7 @@
 
 #include <algorithm>
 #include <cassert>
-
+#include <strings.h>
 
 using namespace llvm;
 using namespace gsym;




More information about the llvm-commits mailing list