Skip to content

Commit 6e09486

Browse files
author
Kevin Frei
committed
Cleaned up comment in the SymLocator cmake file
1 parent 1896e51 commit 6e09486

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lldb/source/Plugins/SymbolLocator/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Order matters here, as the first symbol locator will prevent further
2-
# searching. For DWARF binaries that are both stripped & split, the Default
3-
# plugin will return the stripped binary when asked for the ObjectFile,
4-
# preventing an unstripped binary from being requested from the Debuginfod
5-
# provider
1+
# Order matters here: the first symbol locator prevents further searching.
2+
# For DWARF binaries that are both stripped and split, the Default plugin
3+
# will return the stripped binary when asked for the ObjectFile, which then
4+
# prevents an unstripped binary from being requested from the Debuginfod
5+
# provider.
66
add_subdirectory(Debuginfod)
77
add_subdirectory(Default)
88
if (CMAKE_SYSTEM_NAME MATCHES "Darwin")

0 commit comments

Comments
 (0)