[libcxx-commits] [PATCH] D155553: [libcxx] [test] Remove a stray double space from a test config. NFC.
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 18 00:41:06 PDT 2023
mstorsjo created this revision.
Herald added a project: All.
mstorsjo requested review of this revision.
Herald added a project: libc++.
Herald added a reviewer: libc++.
Based on a patch by Andrew Ng.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D155553
Files:
libcxx/test/configs/llvm-libc++-shared-no-vcruntime-clangcl.cfg.in
Index: libcxx/test/configs/llvm-libc++-shared-no-vcruntime-clangcl.cfg.in
===================================================================
--- libcxx/test/configs/llvm-libc++-shared-no-vcruntime-clangcl.cfg.in
+++ libcxx/test/configs/llvm-libc++-shared-no-vcruntime-clangcl.cfg.in
@@ -1,6 +1,6 @@
# This testing configuration handles running the test suite against LLVM's libc++
# using a DLL, with Clang-cl on Windows. This variant sets _HAS_EXCEPTIONS = 0
-# which removes exception class definitions from the vcruntime.
+# which removes exception class definitions from the vcruntime.
lit_config.load_config(config, '@CMAKE_CURRENT_BINARY_DIR@/cmake-bridge.cfg')
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155553.541358.patch
Type: text/x-patch
Size: 677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230718/7ad46a6b/attachment.bin>
More information about the libcxx-commits
mailing list