Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / Settings / TestDefaultModuleCachePath.test
blob80dc0f25ce587ea059e0b4b8f2ec3b72f58ce081
1 # RUN: %lldb-noinit -x -s %s | FileCheck %s
2 settings show symbols.clang-modules-cache-path
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) = ""