[llvm] r374410 - Unbreak buildbots.
Greg Clayton via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 11:13:13 PDT 2019
Author: gclayton
Date: Thu Oct 10 11:13:13 2019
New Revision: 374410
URL: http://llvm.org/viewvc/llvm-project?rev=374410&view=rev
Log:
Unbreak buildbots.
Modified:
llvm/trunk/lib/DebugInfo/GSYM/GsymReader.cpp
Modified: llvm/trunk/lib/DebugInfo/GSYM/GsymReader.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/GSYM/GsymReader.cpp?rev=374410&r1=374409&r2=374410&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/GSYM/GsymReader.cpp (original)
+++ llvm/trunk/lib/DebugInfo/GSYM/GsymReader.cpp Thu Oct 10 11:13:13 2019
@@ -16,7 +16,6 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <unistd.h>
#include <fstream>
#include <functional>
More information about the llvm-commits
mailing list