diff options
author | Kunqiu Chen <camsyn@foxmail.com> | 2025-10-12 14:36:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-12 14:36:25 +0800 |
commit | 6c5cb97cf4f5c4abfc9351f79f08c6b4a1a61267 (patch) | |
tree | cb1b4ad6bd92cde3b219a51e2e2f676cae0fdd96 /clang/lib/CodeGen/BackendUtil.cpp | |
parent | 4d29460b43e7826300b396a1ff30e5069f42c56c (diff) | |
download | llvm-6c5cb97cf4f5c4abfc9351f79f08c6b4a1a61267.zip llvm-6c5cb97cf4f5c4abfc9351f79f08c6b4a1a61267.tar.gz llvm-6c5cb97cf4f5c4abfc9351f79f08c6b4a1a61267.tar.bz2 |
[lit] Fix the missing comma in LIT config (#162998)
This pull request makes a minor fix to the
`llvm/utils/lit/lit/llvm/config.py` file.
The change corrects a missing comma in the list of environment
variables, ensuring that `"UBSAN_SYMBOLIZER_PATH"` and `"ASAN_OPTIONS"`
are treated as separate entries instead of a single concatenated string.
* Fixed a missing comma between `"UBSAN_SYMBOLIZER_PATH"` and
`"ASAN_OPTIONS"` in the environment variable list in
`llvm/utils/lit/lit/llvm/config.py`, preventing potential configuration
issues.
Diffstat (limited to 'clang/lib/CodeGen/BackendUtil.cpp')
0 files changed, 0 insertions, 0 deletions