[libcxx-commits] [libcxx] [libc++] Encode additional ODR-affecting properties in the ABI tag (PR #69669)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 23 16:15:22 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-{{.+}}
----------------
ldionne wrote:
@mstorsjo Do you know why this might fail on Windows? ABI tags are supported an honored on Windows too, right?
https://github.com/llvm/llvm-project/pull/69669
More information about the libcxx-commits
mailing list