[libcxx-commits] [libcxx] [libc++][test] re-enable the inference test for clang (PR #168258)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Nov 16 01:20:33 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Hui (huixie90)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/168258.diff
1 Files Affected:
- (modified) libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp (-1)
``````````diff
diff --git a/libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp b/libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp
index 2656f0595bf50..aed3d42161bae 100644
--- a/libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp
+++ b/libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp
@@ -7,7 +7,6 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03, c++11, c++14
-// UNSUPPORTED: (clang || apple-clang) && stdlib=libc++
#include <new>
``````````
</details>
https://github.com/llvm/llvm-project/pull/168258
More information about the libcxx-commits
mailing list