[libcxx-commits] [libcxx] [libc++] Encode additional ODR-affecting properties in the ABI tag (PR #69669)

Reid Kleckner via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 24 14:43:02 PDT 2023


================
@@ -0,0 +1,46 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+// TODO: Investigate
+// XFAIL: target={{.+}}-windows-{{.+}}
----------------
rnk wrote:

That's correct, ABI tags are only supported for targets using the Itanium C++ ABI, so non-MSVC targets.

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


More information about the libcxx-commits mailing list