10 lines · plain
1# RUN: %lldb-noinit -x -s %s | FileCheck %s2settings show symbols.clang-modules-cache-path3q4# This test checks that we get *any* clang modules cache path by default. The5# 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 check8# that we never have an empty path by default.9# CHECK-NOT: symbols.clang-modules-cache-path (file) = ""10