aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2016-04-09 14:09:08 +0000
committerMichael Kruse <llvm@meinersbur.de>2016-04-09 14:09:08 +0000
commitcc05ee52424fdab29984da46c026768311509c9d (patch)
tree13530f2bf164d20eaa944cb6d00ff8ff677cc04a /llvm/lib/CodeGen/MachineFunction.cpp
parentf027107094d96a78ab31e37aaf9e93d600a8096b (diff)
downloadllvm-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