diff options
author | Vitaly Buka <vitalybuka@google.com> | 2025-04-24 13:13:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-24 13:13:19 -0700 |
commit | 9f74d517f13a4f1f5ca340d15c8d858f3784ec5c (patch) | |
tree | c2fd9a306d3c58aa2d627e4b777bbce7d674a051 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 425b9539684be00f3c8ccde54dbab18ce9bc8ebd (diff) | |
download | llvm-9f74d517f13a4f1f5ca340d15c8d858f3784ec5c.zip llvm-9f74d517f13a4f1f5ca340d15c8d858f3784ec5c.tar.gz llvm-9f74d517f13a4f1f5ca340d15c8d858f3784ec5c.tar.bz2 |
[NFC][UBSAN] Fix minimal UBSAN test names (#137244)
Same approach as in Asan.
Now it's going to print:
```
Failed Tests (2):
UBSan-Minimal-i386-linux :: TestCases/icall.c
UBSan-Minimal-x86_64-linux :: TestCases/icall.c
```
Before it was:
```
Failed Tests (2):
UBSan-Minimal-x86_64 :: TestCases/icall.c
UBSan-Minimal-x86_64 :: TestCases/icall.c
```
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions