From efd0b42171e9b3536d02becbbf3738ded2adbcb3 Mon Sep 17 00:00:00 2001 From: Jake Egan <5326451+jakeegan@users.noreply.github.com> Date: Mon, 8 May 2023 10:52:21 -0400 Subject: [PATCH] [libc++][AIX] Remove LIBCXX-AIX-FIXME feature from test This test was originally unsupported for `LIBCXX-AIX-FIXME` feature because we lacked `-fvisibility=hidden` support. AIX now has visibility support and the test passes in debug mode. Reviewed By: #libc, Mordante Differential Revision: https://reviews.llvm.org/D149255 --- libcxx/test/libcxx/debug/extern-templates.sh.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcxx/test/libcxx/debug/extern-templates.sh.cpp b/libcxx/test/libcxx/debug/extern-templates.sh.cpp index 612da5e0f0f1..2c4191eec2d6 100644 --- a/libcxx/test/libcxx/debug/extern-templates.sh.cpp +++ b/libcxx/test/libcxx/debug/extern-templates.sh.cpp @@ -21,8 +21,6 @@ // option which clang doesn't accept on Windows.) // UNSUPPORTED: windows -// XFAIL: LIBCXX-AIX-FIXME - // RUN: %{cxx} %{flags} %{compile_flags} %s %{link_flags} -fPIC -DTU1 -fvisibility=hidden -shared -o %t.lib // RUN: cd %T && %{cxx} %{flags} %{compile_flags} %s ./%basename_t.tmp.lib %{link_flags} -DTU2 -fvisibility=hidden -o %t.exe // RUN: %{exec} %t.exe