Skip to content

Commit c99b365

Browse files
committed
Revert "[lldb] Add include for SBLanguages in lldb-enumerations (#111907)"
Temporarily Revert until Chelsea can look at this. With a clean build, SBLanguages.h won't be generated in the build directory at the point when it is included by lldb-enumerations when compiling e.g. Broadcaster.cpp. On a clean build (no pre-existing build directory), the dependency ordering is not explicitly stated so the build will fail. An incremental build will succeed. This reverts commit b355426.
1 parent 16ef893 commit c99b365

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/include/lldb/lldb-enumerations.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#include <cstdint>
1313
#include <type_traits>
1414

15-
#include <lldb/API/SBLanguages.h>
16-
1715
#ifndef SWIG
1816
// Macro to enable bitmask operations on an enum. Without this, Enum | Enum
1917
// gets promoted to an int, so you have to say Enum a = Enum(eFoo | eBar). If

0 commit comments

Comments
 (0)