Workaround for collision between enum members in LLVM's MachO.h and system headers

on Mac OS X (in particular mach/machine.h).

<rdar://problem/16494607>

llvm-svn: 205480
This commit is contained in:
Jim Ingham
2014-04-02 22:53:21 +00:00
parent af9129468e
commit 46d005dbc4
21 changed files with 143 additions and 28 deletions

View File

@@ -12,7 +12,7 @@
// C Includes
// C++ Includes
// Other libraries and framework includes
#include "llvm/Support/MachO.h"
// Project includes
#include "lldb/lldb-private-log.h"
#include "lldb/Breakpoint/Breakpoint.h"