From dbe3e458d3e25fb092a5468a8fe551a6e7486aed Mon Sep 17 00:00:00 2001 From: Julian Büning Date: Fri, 18 Dec 2020 12:09:06 +0100 Subject: renaming 'libcxx' -> 'libc++' --- test/lit.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/lit.cfg b/test/lit.cfg index 53112bf9..2133bdbf 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -196,7 +196,7 @@ if config.enable_uclibc: if config.enable_posix_runtime: config.available_features.add('posix-runtime') -# LibC++ runtime feature +# libc++ runtime feature if config.enable_libcxx: config.available_features.add('libcxx') -- cgit 1.4.1