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.
dirname
1 parent 0e5bcf5 commit 6a7c6e4Copy full SHA for 6a7c6e4
lldb/test/API/CMakeLists.txt
@@ -80,7 +80,8 @@ if(LLDB_DIRNAME_PATH)
80
else()
81
message(STATUS "Could NOT find 'dirname'")
82
message(WARNING
83
- "Many LLDB API tests require the 'dirname' tool. Please provide it in Path.")
+ "Many LLDB API tests require the GNU coreutils tools. Please make "
84
+ "sure they are installed and in PATH.")
85
endif()
86
87
if (TARGET clang)
0 commit comments