diff options
author | Tomohiro Kashiwada <kikairoya@gmail.com> | 2025-10-21 05:14:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-20 23:14:54 +0300 |
commit | 13498bc1d16005774a62b3dd04f1d2e5dd887674 (patch) | |
tree | 36f432a856964f48b1da6a2dba858bf30635b5ee /lldb/packages/Python/lldbsuite/test/gdbclientutils.py | |
parent | f37b4459f050514542d755172855dc75ddda33f2 (diff) | |
download | llvm-13498bc1d16005774a62b3dd04f1d2e5dd887674.zip llvm-13498bc1d16005774a62b3dd04f1d2e5dd887674.tar.gz llvm-13498bc1d16005774a62b3dd04f1d2e5dd887674.tar.bz2 |
[clang-tools-extra][Unittest] Fix wrong reference to CMake configuration variable (#164147)
`@SHLIBDIR@` is replaced by CMake's configuration function, so it must
be in `lit.site.cfg.py.in` but not `lit.cfg.py`. `lit.cfg.py` must
reference variables in generated `lit.site.cfg.py`.
We didn't notice this problem because it only affects Windows (including
MinGW and Cygwin) that are configured with either
LLVM_LINK_LLVM_DYLIB=ON or BUILD_SHARED=ON.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions