Revert "Refactor DynamicLibrary so searching for a symbol will have a defined order.”
authorFrederich Munch <colsebas@hotmail.com>
Mon, 24 Apr 2017 03:33:30 +0000 (03:33 +0000)
committerFrederich Munch <colsebas@hotmail.com>
Mon, 24 Apr 2017 03:33:30 +0000 (03:33 +0000)
commitb8c236a6e4fb62594fe4f6bf44cf928fb51bbbde
treeab652829805e82631cf264fc143eb46ad927f490
parent799259f32024f1824849a686a40c53feef4a3c83
Revert "Refactor DynamicLibrary so searching for a symbol will have a defined order.”
The changes are causing the i686-mingw32 build to fail.

This reverts commit r301153, and the changes for a separate warning on i686-mingw32 in r301155  and r301156.

llvm-svn: 301157
llvm/include/llvm/Support/DynamicLibrary.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/DynamicLibrary.cpp
llvm/lib/Support/SearchForAddressOfSpecialSymbol.cpp [new file with mode: 0644]
llvm/lib/Support/Unix/DynamicLibrary.inc [deleted file]
llvm/lib/Support/Windows/DynamicLibrary.inc
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/DynamicLibrary/CMakeLists.txt [deleted file]
llvm/unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp [deleted file]
llvm/unittests/Support/DynamicLibrary/PipSqueak.cxx [deleted file]
llvm/unittests/Support/DynamicLibrary/PipSqueak.h [deleted file]