You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
5 lines
270 B
Plaintext
5 lines
270 B
Plaintext
|
|
# This is a sanity check that verifies that the module cache path is set
|
||
|
|
# correctly and points inside the default test build directory.
|
||
|
|
RUN: %lldb -o 'settings show symbols.clang-modules-cache-path' | FileCheck %s
|
||
|
|
CHECK: lldb-test-build.noindex{{.*}}module-cache-lldb
|