[Lldb-commits] [lldb] r301579 - Fix GreenDragon bots

Chris Bieneman via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 27 12:45:13 PDT 2017


Author: cbieneman
Date: Thu Apr 27 14:45:13 2017
New Revision: 301579

URL: http://llvm.org/viewvc/llvm-project?rev=301579&view=rev
Log:
Fix GreenDragon bots

We don't actually need to include Compiler.h here because it is only used on Windows and Windows/PosixAPI.h includes it.

Modified:
    lldb/trunk/include/lldb/Host/PosixApi.h

Modified: lldb/trunk/include/lldb/Host/PosixApi.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/PosixApi.h?rev=301579&r1=301578&r2=301579&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/PosixApi.h (original)
+++ lldb/trunk/include/lldb/Host/PosixApi.h Thu Apr 27 14:45:13 2017
@@ -14,8 +14,6 @@
 // to provide a minimum level of compatibility across all platforms to rely
 // on various posix api functionality.
 
-#include "llvm/Support/Compiler.h"
-
 #if defined(LLVM_ON_WIN32)
 #include "lldb/Host/windows/PosixApi.h"
 #endif




More information about the lldb-commits mailing list