diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2014-12-29 22:57:21 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2014-12-29 22:57:21 +0000 |
commit | a5ecd8a9f71b5a88e24db6877062efdac35e623d (patch) | |
tree | cab52d1a841c82393868786af232d497eb24da3a /llvm/lib/Transforms | |
parent | 4d5c7288cc98333484036922976f14ded14573de (diff) | |
download | bcm5719-llvm-a5ecd8a9f71b5a88e24db6877062efdac35e623d.tar.gz bcm5719-llvm-a5ecd8a9f71b5a88e24db6877062efdac35e623d.zip |
[cmake/multilib] Teach llgo to respect the LLVM_LIBDIR_SUFFIX variable for
multilib build and installs.
Summary:
This requires introducing a generated header to encapsulate the
LLVM_LIBDIR_SUFFIX value from the build system and push it into the go
code. From there, I've adjusted the gllgo code to systematically use
this rather than a raw "lib". This requires some awkwardness as one of
the flags *must* be "lib"-relative for compatibility with how gccgo
works. For that flag, we use ".." to back up a directory and then go
into the proper lib directory.
Differential Revision: http://reviews.llvm.org/D6795
llvm-svn: 224964
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions