Skip to content

Commit 6a7c6e4

Browse files
fixup! [lldb] add a warning if dirname is not in the PATH
1 parent 0e5bcf5 commit 6a7c6e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/test/API/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ if(LLDB_DIRNAME_PATH)
8080
else()
8181
message(STATUS "Could NOT find 'dirname'")
8282
message(WARNING
83-
"Many LLDB API tests require the 'dirname' tool. Please provide it in Path.")
83+
"Many LLDB API tests require the GNU coreutils tools. Please make "
84+
"sure they are installed and in PATH.")
8485
endif()
8586

8687
if (TARGET clang)

0 commit comments

Comments
 (0)