android_mt6572_jiabo/external/lldb/test/api/multithreaded/lldb-headers.h
2025-09-05 16:56:03 +08:00

11 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