We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cdc22 commit 0e5bcf5Copy full SHA for 0e5bcf5
lldb/test/API/CMakeLists.txt
@@ -78,7 +78,7 @@ find_program(LLDB_DIRNAME_PATH dirname)
78
if(LLDB_DIRNAME_PATH)
79
message(STATUS "Found dirname: ${LLDB_DIRNAME_PATH}")
80
else()
81
- message(STATUS "Did not find 'dirname'.")
+ message(STATUS "Could NOT find 'dirname'")
82
message(WARNING
83
"Many LLDB API tests require the 'dirname' tool. Please provide it in Path.")
84
endif()
0 commit comments