xref: /llvm-project/lldb/test/Shell/Settings/TestDefaultModuleCachePath.test (revision 208e3f5d9b6c172f65dbb9cdbc9354c81c6d8911)
1# RUN: %lldb-noinit -x -s %s | FileCheck %s
2settings show symbols.clang-modules-cache-path
3q
4# This test checks that we get *any* clang modules cache path by default. The
5# actual path depends on the operating system.
6# CHECK: symbols.clang-modules-cache-path (file) = "
7# Clang treats an empty path in the same way as 'no path', so explicitly check
8# that we never have an empty path by default.
9# CHECK-NOT: symbols.clang-modules-cache-path (file) = ""
10