diff options
author | Paddy McDonald <paddy_mcdonald@apple.com> | 2025-03-21 17:17:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-21 17:17:32 -0700 |
commit | 4517a332df63e4c77ff7dbdb12b428613d45fd62 (patch) | |
tree | d77d2fe1806a970620ecda8d1bde671e2741e559 /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp | |
parent | 6419905f53d4dbdb9d49358115ccba873f674dd4 (diff) | |
download | llvm-4517a332df63e4c77ff7dbdb12b428613d45fd62.zip llvm-4517a332df63e4c77ff7dbdb12b428613d45fd62.tar.gz llvm-4517a332df63e4c77ff7dbdb12b428613d45fd62.tar.bz2 |
[Darwin][ASan][Test] Create a unoptimized wrapper function in unsanitized dylib for reliable suppression in test. (#131906)
CFStringCreateWithBytes may not always appear on stack due to
optimizations.
Create a wrapper function for the purposes of testing suppression files
that will always appear on stack for test stability.
Test should be suppressing ASan for a function outside of sanitized
code.
Update function to be extern "C" to match function decoration in
original framework and avoid the leak caused by DemangleCXXABI.
rdar://144800068
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions