diff options
author | Michael Platings <michael.platings@arm.com> | 2018-11-28 15:19:55 +0000 |
---|---|---|
committer | Michael Platings <michael.platings@arm.com> | 2018-11-28 15:19:55 +0000 |
commit | 86f749797427d22d5d7de17ab1a5f97d8ce572d4 (patch) | |
tree | 1d75bb3edbf12bc0e4b3b2f9220446d2d9c74be8 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 53e52e47e8a7683f19e46d0b34c6f564e08f4184 (diff) | |
download | llvm-86f749797427d22d5d7de17ab1a5f97d8ce572d4.zip llvm-86f749797427d22d5d7de17ab1a5f97d8ce572d4.tar.gz llvm-86f749797427d22d5d7de17ab1a5f97d8ce572d4.tar.bz2 |
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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions