mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-21 20:45:53 -04:00

This reverts commit r285357. I committed this patch accidentally out of order. Will recommit when the change this depends on is landed. llvm-svn: 285361
12 lines
154 B
C
12 lines
154 B
C
|
|
#ifndef LLDB_HEADERS_H
|
|
#define LLDB_HEADERS_H
|
|
|
|
#ifdef __APPLE__
|
|
#include <LLDB/LLDB.h>
|
|
#else
|
|
#include "lldb/API/LLDB.h"
|
|
#endif
|
|
|
|
#endif // LLDB_HEADERS_H
|