summaryrefslogtreecommitdiff
path: root/test/lit.site.cfg.in
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2014-01-02 19:47:45 +0000
committerJordan Rose <jordan_rose@apple.com>2014-01-02 19:47:45 +0000
commitecc59f2299693535b480a8805bba52c9d0be5ea8 (patch)
treeb86a15cadd64ce3d31d4a66dcabb6e7da0450eb9 /test/lit.site.cfg.in
parentf79b35a0382d64a7850d28122eacafe1209130af (diff)
downloadllvm-ecc59f2299693535b480a8805bba52c9d0be5ea8.tar.gz
llvm-ecc59f2299693535b480a8805bba52c9d0be5ea8.tar.bz2
llvm-ecc59f2299693535b480a8805bba52c9d0be5ea8.tar.xz
[CMake] Add missing set_output_directory after Takumi's change in r198205.
Plugins need to go in build/Debug/lib as well (rather than build/lib/Debug). Also, fix the SHLIBDIR path for Xcode, which by default includes Xcode build settings rather than a simple %(build_mode)s parameter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198344 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.site.cfg.in')
-rw-r--r--test/lit.site.cfg.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in
index 72fd9c9ff7..b9520f908a 100644
--- a/test/lit.site.cfg.in
+++ b/test/lit.site.cfg.in
@@ -26,6 +26,7 @@ config.have_zlib = "@HAVE_LIBZ@"
# used when we can't determine the tool dir at configuration time.
try:
config.llvm_tools_dir = config.llvm_tools_dir % lit_config.params
+ config.llvm_shlib_dir = config.llvm_shlib_dir % lit_config.params
except KeyError:
e = sys.exc_info()[1]
key, = e.args