Skip to content

Commit 43e3983

Browse files
committed
missed a LLDB_ENABLE_SWIFT
1 parent 4fee9a7 commit 43e3983

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/include/lldb/Utility/Logging.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ Log *GetLogIfAllCategoriesSet(uint32_t mask);
6262

6363
Log *GetLogIfAnyCategoriesSet(uint32_t mask);
6464

65+
#ifdef LLDB_ENABLE_SWIFT
6566
Log *GetSwiftHealthLog();
67+
#endif
6668

6769
void InitializeLldbChannel();
6870

0 commit comments

Comments
 (0)