llvm-project/llvm/unittests/Support/DynamicLibrary
Michael Platings 86f7497974 Fix DynamicLibraryTests build on Windows when LLVM_EXPORT_SYMBOLS_FOR_PLUGINS is ON
extract_symbols.py (introduced in D18826) expects all of its library arguments
to be in the same directory - typically <config>/lib. DynamicLibraryLib.lib is
instead to be found in lib/<config>.
This patch intended to make DynamicLibraryLib.lib be created in <config>/lib
alongside most of the other libraries.

I previously tried passing absolute paths to extract_symbols.py but this
generated command lines that were too long for Visual Studio 2015: D54587

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

llvm-svn: 347764
2018-11-28 15:19:55 +00:00
..
CMakeLists.txt Fix DynamicLibraryTests build on Windows when LLVM_EXPORT_SYMBOLS_FOR_PLUGINS is ON 2018-11-28 15:19:55 +00:00
DynamicLibraryTest.cpp Give shared modules in unittests the platform-native extension, make PipSqueak a MODULE 2018-05-16 16:29:05 +00:00
ExportedFuncs.cpp Rename three cxx files in unittests to cpp. 2018-05-15 16:30:30 +00:00
PipSqueak.cpp Rename three cxx files in unittests to cpp. 2018-05-15 16:30:30 +00:00
PipSqueak.h