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

Martin Storsjö via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 24 13:48:27 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-{{.+}}
----------------
mstorsjo wrote:

It seems like these ABI tags aren't supported when using the MSVC C++ name mangling - but as you observed, it does work with MinGW which uses the regular Itanium name mangling. I don't know the details any further than that for the MSVC C++ ABI though - maybe @rnk might know?

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


More information about the libcxx-commits mailing list