1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/unittests/Support/DynamicLibrary
Roger Ferrer Ibanez f19fd6677b Export the required symbol from DynamicLibraryTests
Running unittests/Support/DynamicLibrary/DynamicLibraryTests fails
when LLVM is configured with -DLLVM_EXPORT_SYMBOLS_FOR_PLUGINS=ON, because
the test's version script only contains symbols extracted from the static libraries,
that the test links with, but not those from the main object/executable itself.

The patch moves the one symbol, needed by the test, to a static library.

Fixes https://bugs.llvm.org/show_bug.cgi?id=32893

Patch by Momchil Velikov.

Differential Revision: https://reviews.llvm.org/D33789

llvm-svn: 305181
2017-06-12 07:22:15 +00:00
..
CMakeLists.txt Export the required symbol from DynamicLibraryTests 2017-06-12 07:22:15 +00:00
DynamicLibraryTest.cpp Export the required symbol from DynamicLibraryTests 2017-06-12 07:22:15 +00:00
ExportedFuncs.cxx Export the required symbol from DynamicLibraryTests 2017-06-12 07:22:15 +00:00
PipSqueak.cxx Export the required symbol from DynamicLibraryTests 2017-06-12 07:22:15 +00:00
PipSqueak.h Export the required symbol from DynamicLibraryTests 2017-06-12 07:22:15 +00:00