diff options
author | Duo Wang <duow1@uci.edu> | 2024-05-07 08:51:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 16:51:12 +0100 |
commit | b2477765dbf9bd28bd2d1813c41ae12613f87717 (patch) | |
tree | 2f72cc7fc13d6f41213d20474ea78fe2632e08d3 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 57175533da0f3ea2054550c2e4d3e831e93bb4df (diff) | |
download | llvm-b2477765dbf9bd28bd2d1813c41ae12613f87717.zip llvm-b2477765dbf9bd28bd2d1813c41ae12613f87717.tar.gz llvm-b2477765dbf9bd28bd2d1813c41ae12613f87717.tar.bz2 |
[clang][test] Fix instantiation-depth-default.cpp under ubsan config on Windows (#91021)
Clang test `instantiation-depth-default.cpp` fails on Windows when built
with `ubsan` due to extra warnings printed by the compiler:
```console
File instantiation-depth-default.cpp Line 11: stack nearly exhausted; compilation time may suffer, and crashes due to stack overflow are likely
```
Originally in https://github.com/llvm/llvm-project/pull/75254 this test
was enabled for `asan` as well but later started to cause failures in
Linux ASAN buildbots. I have excluded `asan` from this change.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions