[libcxx-commits] [libcxx] [libcxx] Configuration option to lower deque block size (PR #198348)

Prabhu Rajasekaran via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 10 10:55:25 PDT 2026


================
@@ -0,0 +1,33 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// <deque>
+
+// Test that std::__deque_block_size has lowered sizes when _LIBCPP_USE_LOWER_DEQUE_BLOCK_SIZE is defined to 1.
+
+// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_USE_LOWER_DEQUE_BLOCK_SIZE=1
----------------
Prabhuk wrote:

Done. PTAL.

https://github.com/llvm/llvm-project/pull/198348


More information about the libcxx-commits mailing list