This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bffb4d4e84c Fix warning converting from boolean to pointer introduced i [...] new ccb223e38e3 Revert "Refactor DynamicLibrary so searching for a symbol w [...]
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: include/llvm/Support/DynamicLibrary.h | 7 +- lib/Support/CMakeLists.txt | 1 + lib/Support/DynamicLibrary.cpp | 237 +++++++++++---------- lib/Support/SearchForAddressOfSpecialSymbol.cpp | 58 +++++ lib/Support/Unix/DynamicLibrary.inc | 131 ------------ lib/Support/Windows/DynamicLibrary.inc | 207 +++++++++--------- unittests/Support/CMakeLists.txt | 2 - unittests/Support/DynamicLibrary/CMakeLists.txt | 19 -- .../Support/DynamicLibrary/DynamicLibraryTest.cpp | 133 ------------ unittests/Support/DynamicLibrary/PipSqueak.cxx | 36 ---- unittests/Support/DynamicLibrary/PipSqueak.h | 19 -- 11 files changed, 277 insertions(+), 573 deletions(-) create mode 100644 lib/Support/SearchForAddressOfSpecialSymbol.cpp delete mode 100644 lib/Support/Unix/DynamicLibrary.inc delete mode 100644 unittests/Support/DynamicLibrary/CMakeLists.txt delete mode 100644 unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp delete mode 100644 unittests/Support/DynamicLibrary/PipSqueak.cxx delete mode 100644 unittests/Support/DynamicLibrary/PipSqueak.h