mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 06:26:07 +00:00
Fix typo in c07903aac7b9bc60d48f0381073285d79642cc3f
This commit is contained in:
parent
8ff1422353
commit
8d30e80166
@ -242,7 +242,7 @@ DEFAULT_PARAMETERS = [
|
||||
AddFlag("-fsanitize=leaks") if sanitizer == "Leaks" else None,
|
||||
|
||||
AddFeature("sanitizer-new-delete") if sanitizer in ["Address", "HWAddress", "Memory", "MemoryWithOrigins", "Thread"] else None,
|
||||
AddFeature("lsan") if sanitizer in ["Address", "HWAddress", "Leaks"] else
|
||||
AddFeature("lsan") if sanitizer in ["Address", "HWAddress", "Leaks"] else None,
|
||||
]
|
||||
)
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user