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