diff options
author | Kirill Bobyrev <kbobyrev@google.com> | 2020-11-19 13:23:43 +0100 |
---|---|---|
committer | Kirill Bobyrev <kbobyrev@google.com> | 2020-11-19 13:24:55 +0100 |
commit | 140783347afb6e1848c81617d7fa3e556087cadd (patch) | |
tree | c9032243d194e40c3bbf27c9e4008bb5f4d578af /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | c43abf043692babf9ad4f8bded2fdf6ab9c354b0 (diff) | |
download | llvm-140783347afb6e1848c81617d7fa3e556087cadd.zip llvm-140783347afb6e1848c81617d7fa3e556087cadd.tar.gz llvm-140783347afb6e1848c81617d7fa3e556087cadd.tar.bz2 |
[clangd] Disable SerializationTest.NoCrashOnBadArraySize with ASAN
Address Sanitizer crashes on large allocations:
```c++
// Try to crash rather than hang on large allocation.
ScopedMemoryLimit MemLimit(1000 * 1024 * 1024); // 1GB
```
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions