From ecc59f2299693535b480a8805bba52c9d0be5ea8 Mon Sep 17 00:00:00 2001 From: Jordan Rose Date: Thu, 2 Jan 2014 19:47:45 +0000 Subject: [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 --- test/lit.site.cfg.in | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lit.site.cfg.in') 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 -- cgit v1.2.3