This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 206e78aa8 [compiler-rt] Fix const and volatile qualifier warnings new 55dee3e7a sanitizer_common: Try looking up symbols with RTLD_DEFAULT if [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/interception/interception_linux.cc | 8 ++++++++ .../TestCases/Misc/Inputs/no-interception-dso.c | 3 +++ test/ubsan/TestCases/Misc/no-interception.cpp | 20 ++++++++++++++++++++ test/ubsan/lit.common.cfg | 2 ++ 4 files changed, 33 insertions(+) create mode 100644 test/ubsan/TestCases/Misc/Inputs/no-interception-dso.c create mode 100644 test/ubsan/TestCases/Misc/no-interception.cpp