Author: nico
Date: Tue Aug 18 13:29:33 2015
New Revision: 245325

URL: http://llvm.org/viewvc/llvm-project?rev=245325&view=rev
Log:
Revert r243752, it broke running tests on OS X (PR24491).

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=245325&r1=245324&r2=245325&view=diff
==============================================================================
--- libcxxabi/trunk/test/lit.cfg (original)
+++ libcxxabi/trunk/test/lit.cfg Tue Aug 18 13:29:33 2015
@@ -53,11 +53,6 @@ if obj_root is None:
 
 config.test_exec_root = os.path.join(obj_root, 'test')
 
-# Check if we have produced a Clang with this build (in-tree)
-this_clang = os.path.join(obj_root, '../../bin/clang++')
-if os.path.exists(this_clang):
-    config.cxx_under_test = this_clang
-
 cfg_variant = getattr(config, 'configuration_variant', 'libcxxabi')
 if cfg_variant:
     print 'Using configuration variant: %s' % cfg_variant


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to