summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-10-27 23:18:52 +0000
committerChris Bieneman <beanz@apple.com>2016-10-27 23:18:52 +0000
commit614dc150ec761140d21f52c9bb1a1c45db38e12f (patch)
tree92f2e6ada3b854e9a2ac00e34d075680d3b09f19 /lldb/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h
parent75f1de0c1a939258054869ebdbdd7a20b917201b (diff)
downloadbcm5719-llvm-614dc150ec761140d21f52c9bb1a1c45db38e12f.tar.gz
bcm5719-llvm-614dc150ec761140d21f52c9bb1a1c45db38e12f.zip
Revert "[Test Suite] Pull generateSource into lldbtest"
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h')
-rw-r--r--lldb/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h b/lldb/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h
new file mode 100644
index 00000000000..da0914b3b07
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/api/multithreaded/lldb-headers.h
@@ -0,0 +1,11 @@
+
+#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
OpenPOWER on IntegriCloud