Skip to content

Commit 7a7c33d

Browse files
committed
[lldb] Sort source files alphabetically in API/CMakeLists.txt (NFC)
1 parent 2490f7f commit 7a7c33d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lldb/source/API/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ add_lldb_library(liblldb SHARED ${option_framework}
5656
SBCommandReturnObject.cpp
5757
SBCommunication.cpp
5858
SBCompileUnit.cpp
59-
SBSaveCoreOptions.cpp
6059
SBData.cpp
6160
SBDebugger.cpp
6261
SBDeclaration.cpp
@@ -65,8 +64,8 @@ add_lldb_library(liblldb SHARED ${option_framework}
6564
SBEvent.cpp
6665
SBExecutionContext.cpp
6766
SBExpressionOptions.cpp
68-
SBFileSpec.cpp
6967
SBFile.cpp
68+
SBFileSpec.cpp
7069
SBFileSpecList.cpp
7170
SBFormat.cpp
7271
SBFrame.cpp
@@ -83,13 +82,14 @@ add_lldb_library(liblldb SHARED ${option_framework}
8382
SBModule.cpp
8483
SBModuleSpec.cpp
8584
SBPlatform.cpp
86-
SBProgress.cpp
8785
SBProcess.cpp
8886
SBProcessInfo.cpp
8987
SBProcessInfoList.cpp
88+
SBProgress.cpp
9089
SBQueue.cpp
9190
SBQueueItem.cpp
9291
SBReproducer.cpp
92+
SBSaveCoreOptions.cpp
9393
SBScriptObject.cpp
9494
SBSection.cpp
9595
SBSourceManager.cpp
@@ -114,12 +114,12 @@ add_lldb_library(liblldb SHARED ${option_framework}
114114
SBTypeNameSpecifier.cpp
115115
SBTypeSummary.cpp
116116
SBTypeSynthetic.cpp
117+
SBUnixSignals.cpp
117118
SBValue.cpp
118119
SBValueList.cpp
119120
SBVariablesOptions.cpp
120121
SBWatchpoint.cpp
121122
SBWatchpointOptions.cpp
122-
SBUnixSignals.cpp
123123
SystemInitializerFull.cpp
124124
${lldb_python_wrapper}
125125
${lldb_lua_wrapper}

0 commit comments

Comments
 (0)