diff options
author | Leonard Chan <leonardchan@google.com> | 2021-10-06 13:53:26 -0700 |
---|---|---|
committer | Leonard Chan <leonardchan@google.com> | 2021-10-06 13:54:42 -0700 |
commit | 7afd956e0fff78cf0f0be6b362ba1796bae31932 (patch) | |
tree | 95f39092367f78b1874b5e3cecb906e0ce5c683a /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | ab7d4218691111ad45836f6cce0348d842145b64 (diff) | |
download | llvm-7afd956e0fff78cf0f0be6b362ba1796bae31932.zip llvm-7afd956e0fff78cf0f0be6b362ba1796bae31932.tar.gz llvm-7afd956e0fff78cf0f0be6b362ba1796bae31932.tar.bz2 |
[compiler-rt][memprof] Disambiguate checks for __tls_get_addr in output
TestCases/stress_dtls.c was failing when we ran memprof tests for the first
time. The test checks that __tls_get_addr is not in the output for the last
run when it is possible for the interceptor __interceptor___tls_get_addr to
be in the output from stack dumps. The test actually intends to check that
the various __tls_get_addr reports don't get emitted when intercept_tls_get_addr=0.
This updates the test to also check for the following `:` and preceding `==`
which should ignore the __interceptor___tls_get_addr interceptor.
Differential Revision: https://reviews.llvm.org/D111192
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions