Author: ericwf Date: Thu Feb 9 17:58:54 2017 New Revision: 294671 URL: http://llvm.org/viewvc/llvm-project?rev=294671&view=rev Log: Fix path to libc++'s python test module
Modified: libcxxabi/trunk/test/lit.cfg Modified: libcxxabi/trunk/test/lit.cfg URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/test/lit.cfg?rev=294671&r1=294670&r2=294671&view=diff ============================================================================== --- libcxxabi/trunk/test/lit.cfg (original) +++ libcxxabi/trunk/test/lit.cfg Thu Feb 9 17:58:54 2017 @@ -29,7 +29,7 @@ config.test_source_root = os.path.dirnam libcxx_src_root = getattr(config, 'libcxx_src_root', None) if not libcxx_src_root: libcxx_src_root = os.path.join(config.test_source_root, '../../libcxx') -libcxx_test_src_root = os.path.join(libcxx_src_root, 'test') +libcxx_test_src_root = os.path.join(libcxx_src_root, 'utils') if os.path.isfile(os.path.join(libcxx_test_src_root, 'libcxx', '__init__.py')): site.addsitedir(libcxx_test_src_root) else: _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits