diff options
author | Mitch Phillips <31459023+hctim@users.noreply.github.com> | 2022-06-27 15:51:14 -0700 |
---|---|---|
committer | Mitch Phillips <31459023+hctim@users.noreply.github.com> | 2022-06-27 15:53:30 -0700 |
commit | 7b2355277950e5b42f04c0bdbc7fb8a2c4f5e308 (patch) | |
tree | 23ad0961d0f11ee8c76b0a6548830d192ee6ee27 /llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp | |
parent | 53217ecb882c25bb69e6065512a0627828d6e870 (diff) | |
download | llvm-7b2355277950e5b42f04c0bdbc7fb8a2c4f5e308.zip llvm-7b2355277950e5b42f04c0bdbc7fb8a2c4f5e308.tar.gz llvm-7b2355277950e5b42f04c0bdbc7fb8a2c4f5e308.tar.bz2 |
Fix-forward ASan on Windows.
D127911 deleted llvm.asan.globals. This had a side effect that we no
longer generated the `name` field for the `__asan_global` descriptor
from clang's decscription of the name, but the demangled name from the
LLVM IR. On Linux, this is the same as the clang-provided name. On
Windows, this includes the type, as the name in the IR is the mangled
name.
Attempt #1 to fix-forward the Windows bots by making the tests glob both
sides of the global name, thereby allowing types in the descriptor name.
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp')
0 files changed, 0 insertions, 0 deletions