diff options
author | Michael Kruse <llvm@meinersbur.de> | 2016-04-09 14:09:08 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2016-04-09 14:09:08 +0000 |
commit | cc05ee52424fdab29984da46c026768311509c9d (patch) | |
tree | 13530f2bf164d20eaa944cb6d00ff8ff677cc04a /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | f027107094d96a78ab31e37aaf9e93d600a8096b (diff) | |
download | llvm-cc05ee52424fdab29984da46c026768311509c9d.zip llvm-cc05ee52424fdab29984da46c026768311509c9d.tar.gz llvm-cc05ee52424fdab29984da46c026768311509c9d.tar.bz2 |
Fix: Always honor LLVM_LIBDIR_SUFFIX.
Static libraries where installed into "lib${LLVM_LIBDIR_SUFFIX}" while
shared ones into "lib". I found no justification for this behaviour.
This patch changes both types of libraries to be install into
"lib${LLVM_LIBDIR_SUFFIX}". LLVM and clang use the same behaviour.
This fixes llvm.org/PR27305.
llvm-svn: 265872
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions